Authorizations
This API uses OAuth 2.0 with the authorization code grant flow.
Path Parameters
A UUID or slug to identify the list to retrieve entries from.
Example:
"33ebdbe9-e529-47c9-b894-0ba25e9c15c0"
Body
application/json
An object used to filter results to a subset of results. See the full guide to filtering and sorting here.
Example:
{ "name": "Ada Lovelace" }
An object used to sort results. See the full guide to filtering and sorting here.
Example:
[
{
"direction": "asc",
"attribute": "name",
"field": "last_name"
}
]
The maximum number of results to return. Defaults to 500. See the full guide to pagination here.
Example:
500
The number of results to skip over before returning. Defaults to 0. See the full guide to pagination here.
Example:
0
Response
Success