Objects
/
Workspace

Workspace

A monday.com workspace.

Fields

  • account_product
    AccountProduct
    The account product that contains workspace.
  • created_at
    Date
    The workspace's creation date.
  • description
    String
    The workspace's description.
  • id
    ID
    The workspace's unique identifier.
  • is_default_workspace
    Boolean
    Returns true if it is the default workspace of the product or account
  • kind
    WorkspaceKind
    The workspace's kind (open / closed / template).
  • name
    String!
    Required
    The workspace's name.
  • owners_subscribers
    [User]
    The workspace's user 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.
  • settings
    WorkspaceSettings
    The workspace's settings.
  • state
    State
    The workspace's state (all / active / archived / deleted).
  • team_owners_subscribers
    [Team!]
    Required
    The workspace's team 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.
  • teams_subscribers
    [Team]
    The teams subscribed to the workspace.
    • limit
      Int
      Defaults: 25
      Number of items to get, the default is 25.
    • page
      Int
      Defaults: 1
      Page number to get, starting at 1.
  • users_subscribers
    [User]
    The users subscribed to the workspace
    • limit
      Int
      Defaults: 25
      Number of items to get, the default is 25.
    • page
      Int
      Defaults: 1
      Page number to get, starting at 1.
WeekValueWorkspaceIcon
Built with