Objects
/
Document

Document

A monday.com document.

Fields

  • blocks
    [DocumentBlock]
    The document's content blocks
    • limit
      Int
      Defaults: 25
      Number of items to get, the default is 25.
    • page
      Int
      Defaults: 1
      Page number to get, starting at 1.
  • created_at
    Date
    The document's creation date.
  • created_by
    User
    The document's creator
  • doc_folder_id
    ID
    The document's folder unique identifier (null for first level).
  • doc_kind
    BoardKind!
    Required
    The document's kind (public / private / share).
  • id
    ID!
    Required
    The document's unique identifier.
  • name
    String!
    Required
    The document's name.
  • object_id
    ID!
    Required
    The associated board or object's unique identifier.
  • relative_url
    String
    The document's relative url
  • settings
    JSON
    The document's settings.
  • url
    String
    The document's direct url
  • workspace
    Workspace
    The workspace that contains this document (null for main workspace).
  • workspace_id
    ID
    The document's workspace unique identifier (null for main workspace).
DependencyValueDocumentBlock
Built with