AssetResponse
- columnsType: array object[] · AssetColumnResponse[]
Columns (field definitions) of this asset.
- assetType: number
Id - createdType: string Format: date-time
At the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- descriptionType: number nullable
Order - idType: number
Column ID
- isType: boolean
Description - isType: boolean
Primary Key - isType: boolean
Required - isType: boolean
Title - isType: boolean
Visible - keyType: string
URL-safe key (slug). Auto-generated from
nameon create if omitted; unique within the asset; cannot be all-numeric. Usable in place of the id in any path. - nameType: string
Column name. Must be unique within the asset; its key (slug) is derived from it.
- orderType: number
- settingsType: object
- statusType: string enumvalues
- active
- inactive
- typeType: string enum
Column data type. One of:
text,number,date,checkbox,hierarchyParent(links a row to a parent row),reference(links to another asset / entity),locationTag(ties the value to a tour location/tag),space(a space / environment),tagStatus(a status tag).values- text
- number
- date
- checkbox
- hierarchy
Parent - reference
- location
Tag - space
- tag
Status
- updatedType: string Format: date-time
At the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- createdType: string Format: date-time
At the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- idType: number
Asset ID
- isType: boolean
Taggable - itemsType: array object[] · AssetItemResponse[]
Rows in this asset.
A row — its
idplus each column'skeymapped to its value.- idType: number
Row ID.
- propertyType: anything
Name
- itemsType: number
Count Total number of unique items in this asset
- keyType: string
URL-safe key (slug) — lowercase, no spaces. Auto-generated from
nameon create if omitted; unique within the project; cannot be all-numeric. Usable in place of the id in any path. - nameType: string
- parentType: number nullable
Id - projectType: number
Id - scopeType: string enum
Whether the asset is owned by the project or shared from the workspace.
values- project
- workspace
- statusType: string enumvalues
- active
- inactive
- updatedType: string Format: date-time
At the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- workspaceType: number nullable
Id Owning workspace (when
scopeisworkspace).

