Pagination

Learn more about how Join It's API handles pagination

Some of the endpoints support pagination, in the case that there's an expectation that many objects can be returned.


Pagination Parameters

When an endpoint supports pagination, it'll accept two different parameters as query parameters

Page

Type: Integer

Description: As a query parameter, you can set the 'page' to indicate which page of results you want to receive. When omitted, this is set to '1'.

Count

Type: Integer

Description: As a query parameter, you can set the 'count' of objects to indicate how many objects you want returned on a single page. When omitted, this is set to '50'.


Endpoints with Pagination