Objects
/Board
Board
A monday.com board.
Fields
idID!Required
The unique identifier of the board.updates[Update!]Required
The board's updates.limitIntDefaults: 25
Number of items to get, the default is 25.pageIntDefaults: 1
Page number to get, starting at 1.ids[ID!]Required
A list of items unique identifiers.
activity_logs[ActivityLogType]
The board log events.column_ids[String]
Column ids to filterfromISO8601DateTime
From timestamp (ISO8601)group_ids[String]
Group ids to filteritem_ids[ID!]Required
Item id to filterlimitIntDefaults: 25
Number of items to get, the default is 25.pageIntDefaults: 1
Page number to get, starting at 1.- To timestamp (ISO8601)
user_ids[ID!]Required
User ids to filter.
board_folder_idID
The board's folder unique identifier.board_kindBoardKind!Required
The board's kind (public / private / share).columns[Column]
The board's visible columns.ids[String]
A list of column unique identifiers.types[ColumnType!]Required
A list of column types.
columns_namespaceString
The board's columns namespace.communicationJSON
Get the board communication value - typically meeting IDcreatorUser!Required
The creator of the board.descriptionString
The board's description.groups[Group]
The board's visible groups.ids[String]
A list of group unique identifiers.
item_terminologyString
The Board's item nickname, one of a predefined set of values, or a custom user valueitems_countInt
The number of items on the boarditems_limitInt
The maximum number of items this board can haveitems_pageItemsResponse!Required
The board's items (rows).cursorString
An opaque token representing the position in the result set from which to resume fetching items. Use this to paginate through large result sets.limitInt!RequiredDefaults: 25
The maximum number of items to fetch in a single request. Use this to control the size of the result set and manage pagination. Maximum: 500.query_paramsItemsQuery
A set of parameters to filter, sort, and control the scope of the items query. Use this to customize the results based on specific criteria.groups[ItemsQueryGroup!]Required
A list of rule groupsids[ID!]Required
A list of item IDs to fetch. Use this to fetch a specific set of items by their IDs. Max: 100 IDsoperatorItemsQueryOperatorDefaults: and
The operator to use for the query rules or rule groupsorder_by[ItemsQueryOrderBy!]Required
rules[ItemsQueryRule!]Required
A list of rules
nameString!Required
The board's name.ownerUser!DeprecatedRequired
The owner of the board.owners[User]!Required
List of user board ownerspermissionsString!Required
The board's permissions.stateState!Required
The board's state (all / active / archived / deleted).subscribers[User]!Required
The board's subscribers.tags[Tag]
The board's specific tags.team_owners[Team!]Required
List of team board ownerslimitIntDefaults: 25
Number of items to get, the default is 25.pageIntDefaults: 1
Page number to get, starting at 1.
team_subscribers[Team!]Required
The board's team subscribers.limitIntDefaults: 25
Number of items to get, the default is 25.pageIntDefaults: 1
Page number to get, starting at 1.
top_groupGroup!Required
The top group at this board.typeBoardObjectType
The board object type.updated_atISO8601DateTime
The last time the board was updated at.urlString!Required
The Board's urlviews[BoardView]
The board's views.ids[ID!]Required
A list of view unique identifiers.typeString
The view's type
workspaceWorkspace
The workspace that contains this board (null for main workspace).workspace_idID
The board's workspace unique identifier (null for main workspace).
Built with