Updates
Get a collection of updates.
Table Specific Information
The driver uses the Monday API to process some of the filters. The driver processes other filters client-side within the driver. You can turn off the client-side execution of the query by setting SupportEnhancedSQL to false in which case any search criteria that refers to other columns will cause inconsistent data. For example, the following queries are processed server side.SELECT
SELECT * FROM Updates
Columns
Name | Type | References | Description |
Id [KEY] | String | The update's unique identifier. | |
Body | String | The update's html formatted body. | |
CreatedAt | Datetime | The update's creation date. | |
CreatorId | String |
Users.Id | The unique identifier of the update creator. |
ItemId | String | The update's item ID. | |
TextBody | String | The update's text body. | |
UpdatedAt | Date | The update's last edit date. | |
AssetsIds | String | A comma separated list of the update's assets/files unique identifiers. | |
Replies | String | The update's replies. |