You can manage paging for long list of resources, such as Event API Products and Application Registrations.
Many resources offer paging, which is controlled by two query parameters:
pageNumber
— The number of the page requested. The default is1
.pageSize
—The page size requested. The default is20
.
Either parameters can be omitted, in which case the default is used. For example, providing only pageNumber
pages through a document set.
The two main resources that typically return a large number of documents both support paging using the following calls:
GET /eventApiProducts
GET /applicationRegistrations