Skip to main content
Core API endpoints that list records are returned in chronological order, with the earliest created resource showing up first. You may optionally provide the following pagination parameters to limit the returned records.

Props

string
ISO 8601 formatted date (YYYY-MM-DD) to filter for records created on or after the date provided.
string
ISO 8601 formatted date (YYYY-MM-DD) to filter for records created on or before the date provided.
string
The page number to return.
string
The ID of a resource from which a page should start or end. Mutually exclusive with page.
string
The number of records to return per page. Default and maximum is 100.

Returns

Returns a list of the requested resource with the applied pagination. Additionally, the following headers are returned with the response:

Response pagination headers