API ReferenceSchemas
CreateClientFieldRequest
Request schema for creating a client field
Request schema for creating a client field
Example
{ "key": "company_name", "label": "Company Name", "type": "short_text"}An optional description of the field.
The machine-readable key for the field.
The human-readable label for the field.
Options for choice-type client fields.
Example
{ "allow_other": false, "choices": [ { "id": "opt_a1b2c3d4e5f6", "label": "Option A" } ]}Whether the field contains sensitive data.
The field type.
Value in