Learn about other types supported by the updates APIs
The monday.com updates APIs enable you to create, read, update, and delete updates.
The types below are used by the updates queries and mutations, and are not independently queryable.
Like
An object containing metadata about the update's reactions or likes.
| Fields | Type | Description | Enum Values |
|---|---|---|---|
| created_at | Date | The like's creation date. | |
| creator | User | The user who liked the update. | |
| creator_id | String | The unique identifier of the user who liked the update. | |
| id | ID! | The like's unique identifier. | |
| reaction_type | ReactionType | The reaction type. | ClapHappyLikeLovePlusOneRocksTrophyWow |
| updated_at | Date | The like's last updated date. | |
| attribution_entity_ref | String | Reference ID of the entity that created this reaction on behalf of the user (e.g., agent_{agentId}). Only available in versions 2026-04 and later. | |
| attribution_entity_type | AttributionEntity | The type of entity that created this reaction. Only available in versions 2026-04 and later. | AGENT |
UpdateMention
An object defining who or what to mention in the update.
| Field | Type | Description | Enum Values |
|---|---|---|---|
| id | ID! | The unique identifier of the board, project, team, or user to mention. | |
| type | MentionType! | The type of entity to mention. | BoardProjectTeamUser |
