Fields
Dynamic schema extension system that adds per-space fields to any supported module (Contact, Business Case, Todo, Invoice, and more).
*Three-level hierarchy:
*- *
- Field Group (
/field-group) — a named container that groups related fields. Groups are attached to spaces or directly to specific records via thespacesorentitiesproperties. *
- Field (
/field) — a single field definition within a group. Defines theinputType(text, email, date, datetime, money, url, select, multiselect, ...), validation rules, and display options. Once a field has been used, itsinputTypecannot be changed. *
- Field Value — the per-record value stored when creating or updating an entity. Pass values inside
customFieldsValueson any supported entity request, referencing fields bycustomFieldInputIdorcustomFieldInputName. *
Use GET /field/of/{module}/{spaceId} to discover all fields available for a specific module and space.
For select/multiselect fields, submit the option value (not the display label). Use GET /field/{id} to retrieve valid option values.
Fields Operations