cURL
curl --request POST \ --url https://api.connect-crm.com/v1/objects/{identifier}/attributes/{attribute}/stages \ --header 'Content-Type: application/json' \ --data ' { "title": "<string>", "sort_order": 1 } '
{ "data": { "archived_at": "2024-09-04T20:45:09Z", "id": { "stage_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": "Stage 1" } }
Creates a new attribute stage on either an object.
A UUID or slug to identify the object.
A UUID or slug to identify the attribute.
A UUID to identify the attribute stage.
The name of the attribute stage.
The sort order of the attribute stage.
1
Success
Show child attributes