For AI agents: visit https://binti.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Field | Type | Description |
|---|
id 🔑 | INTEGER | Legacy row identifier (same value as custom_field_value_id). |
custom_field_value_id | INTEGER | Unique identifier for the custom field value record. |
agency_id 🔗 | INTEGER | The ID of the agency this custom field value belongs to. |
label | STRING | The label of this custom field. |
slug | STRING | The slug of this custom field. |
model | STRING | The model of the custom field this value belongs to. |
model_id 🔗 | INTEGER | The ID of the model object this custom field value belongs to (e.g., license, person, etc.). |
type | STRING | The type of this custom field. |
value | STRING | The value of this custom field. |
created_at | TIMESTAMP | The timestamp when this custom field value record was created. |
updated_at | TIMESTAMP | The timestamp when this custom field value record was last updated. |
id - Legacy row identifier (same value as custom_field_value_id).
agency_id - The ID of the agency this custom field value belongs to.
model_id - The ID of the model object this custom field value belongs to (e.g., license, person, etc.).