Pagination
Introduction
Some APIs include pagination functionality so that large HTTP responses can be served as multiple pages, which are more manageable. Different APIs use different methods to approach this.
Need to know
When paginated data is pulled, a payload is generated for each page.
Setting a pagination method
To set a pagination method for an endpoint, click in the pagination method field to activate a dropdown list of supported methods:

Having selected a method, click save. Any required options for the selected method are displayed.
Supported pagination methods
The following pagination methods are supported:
Last updated