Objects
/
Board

Board

A monday.com board.

Fields

  • id
    ID!
    Required
    The unique identifier of the board.
  • updates
    [Update!]
    Required
    The board's updates.
    • limit
      Int
      Defaults: 25
      Number of items to get, the default is 25.
    • page
      Int
      Defaults: 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 filter
    • from
      ISO8601DateTime
      From timestamp (ISO8601)
    • group_ids
      [String]
      Group ids to filter
    • item_ids
      [ID!]
      Required
      Item id to filter
    • limit
      Int
      Defaults: 25
      Number of items to get, the default is 25.
    • page
      Int
      Defaults: 1
      Page number to get, starting at 1.
    • to
      ISO8601DateTime
      To timestamp (ISO8601)
    • user_ids
      [ID!]
      Required
      User ids to filter.
  • board_folder_id
    ID
    The board's folder unique identifier.
  • board_kind
    BoardKind!
    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_namespace
    String
    The board's columns namespace.
  • communication
    JSON
    Get the board communication value - typically meeting ID
  • creator
    User!
    Required
    The creator of the board.
  • description
    String
    The board's description.
  • groups
    [Group]
    The board's visible groups.
    • ids
      [String]
      A list of group unique identifiers.
  • item_terminology
    String
    The Board's item nickname, one of a predefined set of values, or a custom user value
  • items_count
    Int
    The number of items on the board
  • items_limit
    Int
    The maximum number of items this board can have
  • items_page
    ItemsResponse!
    Required
    The board's items (rows).
    • cursor
      String
      An opaque token representing the position in the result set from which to resume fetching items. Use this to paginate through large result sets.
    • limit
      Int!
      Required
      Defaults: 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_params
      ItemsQuery
      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.
  • name
    String!
    Required
    The board's name.
  • owner
    User!
    Deprecated
    Required
    The owner of the board.
  • owners
    [User]!
    Required
    List of user board owners
  • permissions
    String!
    Required
    The board's permissions.
  • state
    State!
    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 owners
    • limit
      Int
      Defaults: 25
      Number of items to get, the default is 25.
    • page
      Int
      Defaults: 1
      Page number to get, starting at 1.
  • team_subscribers
    [Team!]
    Required
    The board's team subscribers.
    • limit
      Int
      Defaults: 25
      Number of items to get, the default is 25.
    • page
      Int
      Defaults: 1
      Page number to get, starting at 1.
  • top_group
    Group!
    Required
    The top group at this board.
  • type
    BoardObjectType
    The board object type.
  • updated_at
    ISO8601DateTime
    The last time the board was updated at.
  • url
    String!
    Required
    The Board's url
  • views
    [BoardView]
    The board's views.
    • ids
      [ID!]
      Required
      A list of view unique identifiers.
    • type
      String
      The view's type
  • workspace
    Workspace
    The workspace that contains this board (null for main workspace).
  • workspace_id
    ID
    The board's workspace unique identifier (null for main workspace).
SubfieldsFieldTypeItem
Built with