AssetColumnRequest
- nameType: stringrequired
Column name. Must be unique within the asset; its key (slug) is derived from it.
- typeType: string enumrequired
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
- descriptionType: number nullable
Order Order of description if isDescription is true
- isType: boolean
Description Whether this column is used as item description
- isType: boolean
Primary Key Whether this column is the table primary key (unique row identity across the workspace; used to address a row when filing a note by business key). Distinct from the title column.
- isType: boolean
Required Whether column is required
- isType: boolean
Title Whether this column is the item title/name
- isType: boolean
Visible Whether column is visible in UI
- 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. - orderType: number
Display order of column
- settingsType: object
Column-specific settings (e.g., validation rules, constraints)
- statusType: string enum
Column status
values- active
- inactive

