Statuses

  • Type: array object[] · Statuses

    Array of objects

    • icon
      Type: string
      required

      Status icon

    • icon_prefix
      Type: string
      required

      Font-icon library prefix used to render the icon (e.g. 'fas' for Font Awesome Solid)

    • name
      Type: string
      required

      Status name

    • boostId
      Type: string
      read-only

      Globally unique identifier for this record in the format EntityName0{id}, usable as a stable cross-entity reference

    • color
      Type: string

      Status color

    • created
      Type: string Format: date-time
      read-only

      Creation timestamp

    • created_user_id
      Type: integer

      ID of the user who created this status

    • id
      Type: integer
      read-only

      Unique identifier - primary key

    • spaces
      Type: array integer[]

      IDs of spaces this status is scoped to; empty means the status is available globally within its StatusSystem

    • status_system_id
      Type: integer

      ID of the StatusSystem this status belongs to

    • statusSystem
      Type: object · System status

      StatusSystem object

    • weight
      Type: integer

      Display order position; lower values appear first