UpdateViewers
Retrieves the viewers associated with updates.
View-Specific Information
SELECT
The driver uses the Monday API to process some of the filters. The driver processes other filters client-side within the driver.
- 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. |