Record
- spaceType: integer
Id requiredID of the space this record belongs to.
- statusType: integer
System Id requiredID of the system-level status (pipeline stage) this record belongs to; must be valid for the module.
- boostType: string
Id read-onlyGlobally unique cross-system identifier for this record (used for integrations and deduplication).
- createdType: string Format: date-timeread-only
Creation timestamp
- createdType: integer
User Id read-onlyID of user who created this record
- customType: array object[] · FieldValue[]
Fields Values Values for all custom fields defined in the module, keyed by field definition.
A single custom field value attached to a record. The field is identified either by
customFieldInputId, or bycustomFieldInputName+module. Values of computed fields (inputTypecalculationandrollup) are read-only: a calculation value is evaluated at read time from the field'sinputCalculationformula and never stored, a rollup value is recomputed automatically from related records; writes to either are ignored.- valueType: stringrequired
The field value as a string; the actual storage column (valueInt, valueFloat, valueDatetime, valueWysiwyg) used internally is determined by the field's inputType. For inputType
calculationandrollupthis value is computed by the system and read-only — see the schema description. - createdType: string Format: date-timeread-only
Creation datetime
- customType: integer
Field Input Id Field id. If this field is not specified, ID is loaded using
customFieldInputNameandmodule - customType: string
Field Input Name Name of field which gets filled. Applied only when
customFieldInputIdis not set - entityType: integer
Id ID of the record (within the given module) that this value is attached to.
- fileType: integer
Id ID of the uploaded file; used when the field inputType is 'file'.
- idType: integerread-only
Unique identifier of this field value record.
- ipType: string
Address IP address from which this value was submitted; used for GDPR, newsletter, and cookie acceptance inputs.
- moduleType: string · All modules in system (dash syntax)
Module this field value belongs to
Module name in
kebab-case(dash-separated) format, used in URL path parameters. Open set (built-ins plus custom modules); not restricted to an enum. - selectedType: boolean
TRUE if this value is selected (used for checkboxes and radio sets)
- tableType: string
Module table (if module has more tables). If not filled, is loaded automatically
- translatableType: boolean
Is field translatable
- translationsType: object · TranslationLanguage
- valueType: string Format: date-time
Datetime read-onlyInput value, stored as Datetime (inner db representation of DATETIME value
- valueType: number Format: float
Float read-onlyInput value, stored as Float (inner db representation of DOUBLE value
- valueType: integer
Int read-onlyInput value, stored as Integer (inner db representation of INT value
- valueType: string
Module Module of connected entity. It's only for values from connected-value fields.
- valueType: string
Wysiwyg read-onlyInput value, stored as Wysiwig (inner db representation of TEXT value)
- featuredType: integer
Image Id ID of the File used as the default image for this record.
- filesType: array integer[]read-only
IDs of files attached to this record.
- idType: integerread-only
Unique identifier - primary key
- labelsType: array integer[]
IDs of labels assigned to this record.
- statusType: integer
Id ID of the user-defined sub-status within the system status.