FieldReference
Object: FieldReference
Section titled “Object: FieldReference”A field is an extra, custom piece of data captured some time in a booking.
This is a limited reference type. Check the Field type for more information.
Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
id* | UUID! | The ID of the field. |
key* | EntityKey! | A user-defined, stable identifier for the field. |
label* | String! | The label of the field. |
description | String | The description of the field. |
type* | FieldType! | The type of the field. |
highlighted* | Boolean! | If true, the field will be displayed with higher priority |
class | FieldClass | The classification of this field. Null if unclassified. |