UpdateViewers
Retrieves the viewers associated with updates.
View-Specific Information
SELECT
The connector uses the Monday API to process some of the filters. The connector processes other filters client-side within the connector.
- UpdateId supports the '=','IN' comparison operators.
SELECT * FROM UpdateViewers WHERE UpdateId = '3578971'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The viewer's unique identifier. | |
| Medium | String | The channel through which the user views the update. | |
| UpdateId [KEY] | String |
Updates.Id | The update's unique identifier. |