v1Resources/Custom Fields
Custom Fields
Define and manage the custom-field schema for locations and clients in your agency, and read or write the values stored against a specific entity. The field schema itself is agency-wide; per-entity values are still restricted to the clients a scoped key is authorized for.
- getList custom field definitions
/api/v1/custom-fields/definitions - postCreate a custom field definition
/api/v1/custom-fields/definitions - patchUpdate a custom field definition
/api/v1/custom-fields/definitions - deleteArchive a custom field definition
/api/v1/custom-fields/definitions - getGet an entity's custom field values
/api/v1/custom-fields/values - putSet a custom field value
/api/v1/custom-fields/values