Pagination in the API Management Dev Portal

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 is 1.
  • pageSize—The page size requested. The default is 20.

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