Pagination
Pagination is used in all API endpoints that return a list of results.
Example:
Each response will contain paging information alongside the results. To change pages or the page size, when making the GET request, append the following Query Parameters ?pageSize=10&pageIndex=1
If no paging parameter are provided, default values are used. pageSize=10&pageIndex=0
Last updated