Attributes
List attributes
Lists all attributes defined on a specific object or list. Attributes are returned in the order that they are sorted by in the UI.
Required scopes: object_configuration:read
.
GET
Authorizations
This API uses OAuth 2.0 with the authorization code grant flow.
Path Parameters
Whether the attributes are on an object or a list.
Available options:
objects
, lists
Example:
"lists"
A UUID or slug to identify the object or list the attributes belong to.
Example:
"33ebdbe9-e529-47c9-b894-0ba25e9c15c0"
Query Parameters
The maximum number of results to return. See the full guide to pagination here.
Example:
10
The number of results to skip over before returning. See the full guide to pagination here.
Example:
5
Whether archived attributes should be included in the results. See the full guide to archiving here.
Example:
true
Response
200 - application/json
Success