AssetSummary

An asset without its columns/items — returned by the list endpoint.

  • createdAt
    Type: string Format: date-time

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • id
    Type: number

    Asset ID

  • isTaggable
    Type: boolean
  • itemsCount
    Type: number

    Total number of unique items in this asset

  • key
    Type: string

    URL-safe key (slug) — lowercase, no spaces. Auto-generated from name on create if omitted; unique within the project; cannot be all-numeric. Usable in place of the id in any path.

  • name
    Type: string
  • parentId
    Type: number nullable
  • projectId
    Type: number
  • scope
    Type: string enum

    Whether the asset is owned by the project or shared from the workspace.

    values
    • project
    • workspace
  • status
    Type: string enum
    values
    • active
    • inactive
  • updatedAt
    Type: string Format: date-time

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • workspaceId
    Type: number nullable

    Owning workspace (when scope is workspace).