Field

This represents each field within a form, and also each field related to a contact.


Field fields

Field Type Fillable Reference
id   Integer
The unique ID to identify the field

Field relations

account, child, children, conditions, dependant_conditions, form, organisation, integration_fields, option, parent, organisation_type,

Field endpoints

GET List all Fields /fields toggle

GET Return data for a specified Field /fields/:id toggle

POST Save, or update a Field /fields/:id? toggle

DELETE Delete a Field /fields/:id toggle