Attributes are the fields configured on an object. In the API, record attributes are sent and returned in theDocumentation Index
Fetch the complete documentation index at: https://docs.breakcold.com/llms.txt
Use this file to discover all available pages before exploring further.
fields object.
Each attribute has a field definition in Breakcold: a slug, a display name, a field type, and settings such as whether it accepts one value or multiple values. The slug is the JSON key you use inside fields.
- Attributes are returned inside
record.fields. - Field slugs are the JSON keys inside
fields. - Empty or unset values are omitted from
fields. - Attributes configured to accept multiple values return arrays. Type pages include multiple-value examples when the API accepts array input for that attribute type.