List statuses
Lists all statuses for a particular status attribute on either an object or a list.
Required scopes: object_configuration:read.
Path parameters
Whether the attribute is on an object or a list. Please note that the company and people objects do not support status attributes at this time.
A UUID or slug to identify the object or list the status attribute belongs to.
A UUID or slug to identify the attribute you want to list statuses on.
Query parameters
true if you want the results to include archived statuses. See our archiving guide for more information on archiving.
Response
Success
Example response
{
"data": [
{
"id": {
"workspace_id": "14beef7a-99f7-4534-a87e-70b564330a4c",
"object_id": "97052eb9-e65e-443f-a297-f2d9a4a7f795",
"attribute_id": "41252299-f8c7-4b5e-99c9-4ff8321d2f96",
"status_id": "11f07f01-c10f-4e05-a522-33e050bc52ee"
},
"title": "In Progress",
"target_time_in_status": "P0Y0M1DT0H0M0S"
}
]
}Changes
Changed in 1 of the 6 revisions of this API.1
- ○
the endpoint scheme security
oauth2was removed from the APIapi-security-removed
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○