Attributes
List statuses
Lists all statuses for a particular status attribute on either an object or a list.
Required scopes: object_configuration:read
.
GET
Authorizations
This API uses OAuth 2.0 with the authorization code grant flow.
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.
Available options:
lists
, objects
Example:
"lists"
A UUID or slug to identify the object or list the status attribute belongs to.
Example:
"33ebdbe9-e529-47c9-b894-0ba25e9c15c0"
A UUID or slug to identify the attribute you want to list statuses on.
Example:
"41252299-f8c7-4b5e-99c9-4ff8321d2f96"
Query Parameters
true
if you want the results to include archived statuses. See our archiving guide for more information on archiving.
Example:
true
Was this page helpful?