Response containing a single custom attribute configuration.
Expand All
Field
Type
Description
data
object
A custom attribute configuration that defines an organization-specific metadata field on cases. Custom attributes are scoped to a case type and can hold text, URLs, numbers, or predefined select options.
attributes
object
Attributes of a custom attribute configuration, defining an organization-specific metadata field that can be added to cases of a given type.
case_type_id [required]
string
The UUID of the case type this custom attribute belongs to.
description
string
A description explaining the purpose and expected values for this custom attribute.
display_name [required]
string
The human-readable label shown in the Case Management UI for this custom attribute.
is_multi [required]
boolean
If true, this attribute accepts an array of values. If false, only a single value is allowed.
key [required]
string
The programmatic key used to reference this custom attribute in search queries and API calls.
type [required]
enum
The data type of the custom attribute, which determines the allowed values and UI input control.
Allowed enum values: URL,TEXT,NUMBER,SELECT
id
string
Custom attribute configs identifier
type
enum
JSON:API resource type for custom attribute configurations.
Allowed enum values: custom_attribute
default: custom_attribute
{"data":{"attributes":{"case_type_id":"aeadc05e-98a8-11ec-ac2c-da7ad0900001","description":"AWS Region, must be a valid region supported by AWS","display_name":"AWS Region","is_multi":true,"key":"aws_region","type":"NUMBER"},"id":"aeadc05e-98a8-11ec-ac2c-da7ad0900001","type":"custom_attribute"}}