AssetsBatchResult
- assetsType: array object[] · AssetResponse[]
- columnsType: array object[] · AssetColumnResponse[]
Columns (field definitions) of this asset.
- 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. - 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).
- assetsType: number
Created - columnsType: number
Created - itemsType: number
Created

