Lists entries in a given list, with the option to filter and sort results.
Required scopes: list_entry:read, list_configuration:read.
This API uses OAuth 2.0 with the authorization code grant flow.
A UUID or slug to identify the list to retrieve entries from.
"33ebdbe9-e529-47c9-b894-0ba25e9c15c0"
An object used to filter results to a subset of results. Cannot be used together with filter_view_id. See the full guide to filtering and sorting here.
{ "name": "Ada Lovelace" }UUID of a saved view on this object or list. When set, results are filtered using that view's filter configuration. Cannot be used together with filter. Note: sorts, limits, and offsets are applied independently and are not taken from the view. All attributes are returned regardless of which attributes are visible in the view.
An object used to sort results. See the full guide to filtering and sorting here.
Sort by attribute
[
{
"direction": "asc",
"attribute": "name",
"field": "last_name"
}
]The maximum number of results to return. Defaults to 500. See the full guide to pagination here.
500
The number of results to skip over before returning. Defaults to 0. See the full guide to pagination here.
0
Success
Success