Custom Fields

Custom fields are agency-specific configurable fields that can be attached to various models such as Applications, Children, or other entities within Binti.

  • id* (string) - The primary key for the record.
  • type* (string) - The JSON:API type specifier.
  • attributes* (object) - Primary record attributes.
    • label* (string) - Display label for the custom field.
    • model* (string) - The model type this custom field applies to (e.g., Application, Child).
    • type* (string) - The type of custom field (e.g., CustomFieldString, CustomFieldSelect, CustomFieldDate).
    • agency-id* (number) - ID of the agency this custom field belongs to.
    • created-at* (string) - Date custom field was created.
    • updated-at* (string) - Date custom field was last updated in Binti.