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.

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