Other Types

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 Date

The like's creation date.

creator User

The user that liked the update.

creator_id String

The unique identifier of the user that liked the update.

id ID!

The like's unique identifier.

reaction_type ReactionType

The reaction type.

Clap
Happy
Like
Love
PlusOne
Rocks
Trophy
Wow

updated_at Date

The like's last updated date.


UpdateMention

An object defining who or what to mention in the update.

Field

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.

Board
Project
Team
User