Create a conditional field
Create a derived (“conditional”) field whose value is computed from an expression over other fields in the section. The expression is validated before persistence.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Display name of the conditional field; shown in catalogs and UI.
Catalog section the field belongs to (e.g. contact.identity).
Evaluator expression (e.g. contact.age >= 18 && contact.country == "US"). Validated against the catalog on save.
Lifecycle state of the field, typically active or draft.
Type returned by the expression: boolean, string, number.
Free-form explanation of the field's intent; shown as helper text.
Top-level scope the field applies to (e.g. contact, application).
Where the field is surfaced (contact, application, etc.).
Response
Field created
The response is of type object.