List attribute values for a list entry

Gets all values for a given attribute on a list entry. If the attribute is historic, this endpoint has the ability to return all historic values using the show_historic query param.

Required scopes: list_entry:read, list_configuration:read.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

A UUID or slug identifying the list the entry is in.

uuid
required

A UUID identifying the entry.

string
required

A UUID or slug to identify the attribute you want to query values on.

Query Params
boolean
Defaults to false

If true, the endpoint will return all historic values for the attribute. If false, the endpoint will only return the currently active value(s). Defaults to false. Can only be set to true for attributes which support historic data; the endpoint will throw if set to true for non-historic attributes.

integer

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

integer

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

Responses

Language
Credentials
OAuth2
Authenticate
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json