Learn about the other types used when creating updates via the API
The monday.com updates API lets you query an account or board's updates via the API.
Each of the object types described below represents a specific aspect of an update. You can use these object types to supply metadata in mutations.
The object types below provide additional data structures used across the updates API’s CRUD operations. They extend the core types documented in the main updates reference and are used to create and edit updates, pin or unpin updates, and retrieve update details.
Like
An object containing metadata about the update's reactions or likes.
Fields | Description | Enum Values |
|---|---|---|
created_at | The like's creation date. | |
creator | The user that liked the update. | |
creator_id | The unique identifier of the user that liked the update. | |
id | The like's unique identifier. | |
reaction_type | The reaction type. |
|
updated_at | The like's last updated date. |
UpdateMention
An object defining who or what to mention in the update.
Field | Description | Enum Values |
|---|---|---|
id | The unique identifier of the board, project, team, or user to mention. | |
type | The type of entity to mention. |
|
