Other types

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.

FieldsTypeDescriptionEnum Values
created_atDateThe like's creation date.
creatorUserThe user who liked the update.
creator_idStringThe unique identifier of the user who liked the update.
idID!The like's unique identifier.
reaction_typeReactionTypeThe reaction type.Clap
Happy
Like
Love
PlusOne
Rocks
Trophy
Wow
updated_atDateThe like's last updated date.
attribution_entity_refStringReference 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_typeAttributionEntityThe 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.

FieldTypeDescriptionEnum Values
idID!The unique identifier of the board, project, team, or user to mention.
typeMentionType!The type of entity to mention.Board
Project
Team
User