Skip to main content

Pagination

Keys for working with paginated operations.

per_pagenumber

Number of entities per page for the response.

nexturi

URL containing the query parameters of the original request, along with the after parameter that marks the starting point of the next page.

has_moreboolean

Whether the response has another page.

estimated_totalnumber

Estimated number of resources for the response.

Pagination
{
"per_page": 0,
"next": "string",
"has_more": true,
"estimated_total": 0
}