MonitoredTwitterHandles
Returns monitored Twitter handles, including screen name, profile, and reply permission details.
View-Specific Information
Select
The following query is processed server-side while other filters are processed client-side within the provider:
SELECT * FROM MonitoredTwitterHandles WHERE Id = '123'
Columns
| Name | Type | References | Description |
| Id [KEY] | Long | The Id of the monitored Twitter handle, automatically assigned upon creation. | |
| ScreenName | String | The screen name of the Twitter handle. | |
| TwitterUserId | Long | The Twitter user ID of the handle. | |
| 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 | Indicates whether replies are allowed for this handle. | |
| CanReply | Boolean | Indicates whether replies are allowed for this handle based on the account configuration. | |
| BrandId | Long |
Brands.Id | The Id of the brand the handle is associated with. |