ADO.NET Provider for Monday

Build 25.0.9539

UpdateViewers

Retrieves the viewers associated with updates.

View-Specific Information

SELECT

The provider uses the Monday API to process some of the filters. The provider processes other filters client-side within the provider.

  • UpdateId supports the '=','IN' comparison operators.

For example, the following queries are processed server-side:

  SELECT * FROM UpdateViewers WHERE UpdateId = '3578971'
  SELECT * FROM UpdateViewers WHERE UpdateId IN ('173981152','173981153')

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.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539