Retrieve a specific custom attribute definition by its ID.
Documentation Index
Fetch the complete documentation index at: https://docs2.zenskar.com/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
A unique system identifier for the attribute (e.g., customer_tier, internal_notes).
1A user-friendly label for the attribute shown in the UI.
1The module this custom attribute belongs to (e.g., customer, products, contracts).
customers, products, contracts, plans, invoices, payments The type of data the attribute will store.
STRING, INTEGER, FLOAT, BOOLEAN, LIST_STRING, ENUM, JSON, DATE If populated, this definition is an entity-specific addition or override.
If TRUE, this attribute is a Tag. Tags must have data_type = ENUM.
If data_type is ENUM, this stores the list of valid string choices.
An optional default value for the attribute. Must conform to data_type and be one of enum_choices if applicable.
Indicates if a value is mandatory for this attribute.
Whether the attribute definition is currently active.
Optional: for controlling display order in UIs.
Optional: further description or help text for the attribute.
Business Entity Response Schema