MonitoredTwitterHandles
Query Monitored Twitter handles in Zendesk.
Table Specific Information
Select
The following queries are processed server side while other filters are processed client side within the server.SELECT * FROM MonitoredTwitterHandles WHERE Id = '123'
You can turn off the client-side execution of the query by setting SupportEnhancedSQL to false in which case any other search criteria will be ignored and an unfiltered response will be returned.
Columns
| Name | Type | References | Description |
| Id [KEY] | Long | Automatically assigned upon creation. | |
| ScreenName | String | Name of the locale. | |
| TwitterUserId | Long | The country's code. | |
| CreatedAt | Datetime | The time the handle was created. | |
| UpdatedAt | Datetime | The time of the last update of the handle. | |
| AvatarUrl | String | The profile image url of the handle. | |
| Name | String | The profile name of the handle. | |
| AllowReply | Boolean | The profile image url of the handle. | |
| CanReply | Boolean | If replies are allowed for this handle. | |
| BrandId | Long |
Brands.Id | What brand the handle is associated with. |