AssetColumnSummary
A column without its items — returned by the list endpoint.
- 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

