Pagination

When an endpoint response includes many items the returned data set may be paginated in order to improve performance.

The reference documentation for endpoints that return a list of results will indicate if the response is paginated. All the information required to page through the results will be contained within a pagination field in the response.

The Connect API offers two types of pagination, basic offset pagination and cursor based pagination. Each endpoint will specify what types of pagination it supports. For more information on pagination and for examples please see the “Using Pagination” guide.