Many resources offer paging controlled by two query parameters:
pageNumber
: the number of the page requested. Defaults to1
pageSize
: the page size requested. Defaults to:20
Either of the parameters can be omitted in which case the default is used. In other words only providing the pageNumber
is sufficient to page through a document set.
Currently not all resources support paging. The two main resources that typically return a larger number of documents -
GET /eventApiProducts
andGET applicationRegistrations
- implement paging,