Skip to main content
GET
List attributes

Authorizations

Authorization
string
header
required

This API uses OAuth 2.0 with the authorization code grant flow.

Path Parameters

target
enum<string>
required

Whether the attributes are on an object or a list.

Available options:
objects,
lists
Example:

"lists"

identifier
string
required

A UUID or slug to identify the object or list the attributes belong to.

Example:

"33ebdbe9-e529-47c9-b894-0ba25e9c15c0"

Query Parameters

limit
integer

The maximum number of results to return. See the full guide to pagination here.

Example:

10

offset
integer

The number of results to skip over before returning. See the full guide to pagination here.

Example:

5

show_archived
boolean

Whether archived attributes should be included in the results. See the full guide to archiving here.

Example:

true

Response

200 - application/json

Success

Success

data
object[]
required