Each method that returns lists and collections of resources can be paginated by adding to the URL the following query string parameters.
- pageSize: define defines the page dimension of the collection;
- pageNumber: define defines which page to start from;
...