cURL
curl --request GET \ --url https://api.connect-crm.com/v1/objects/{identifier}/attributes/{attribute}/options
{ "data": [ { "archived_at": "2024-09-04T20:45:09Z", "id": { "option_id": "9293961c-df93-4d6d-a2cc-fc3e353b2d10", "attribute_id": "9293961c-df93-4d6d-a2cc-fc3e353b2d10", "object_id": "9293961c-df93-4d6d-a2cc-fc3e353b2d10", "workspace_id": "9293961c-df93-4d6d-a2cc-fc3e353b2d10" }, "sort_order": 1, "title": "Option 1" } ] }
Gets information about a single attribute options.
A UUID or slug to identify the object.
A UUID or slug to identify the attribute.
Success
Show child attributes