object string: "field"
id uuid
type string (enum):
"date"
"text"
"number"
"currency"
"select"
"multiSelect"
"multiCollaborator"
"createdBy"
"lastUpdatedBy"
"createdAt"
"updatedAt"
name string
config object (optional): Depends on the type, see below for more information.
The field type and config define which value the field can be set to on an item.
config: This type is not configurable.
Field value: date
config: This type is not configurable.
Field value: string
config object
fractionDigits number (optional)
Field value: number
config object
fractionDigits number (optional)
currency string
Field value: number
config object
options Array[object]
id uuid
name string
Field value: An object from the configured options
id uuid
name string
config object
options Array[object]
id uuid
name string
Field value: An Array of objects from the configured options
id uuid
name string
config: This type is not configurable.
Field value: Array[uuid] (an array of user IDs)
config: This type is not configurable.
Field value: uuid (user ID)
config: This type is not configurable.
Field value: uuid (user ID)
config object
includeTime boolean
Field value: date or datetime (depending on the includeTime config option)
config object
includeTime boolean
Field value: date or datetime (depending on the includeTime config option)
Fields are returned as part of the workspace object.
Field values are returned as part of the item object.