Our list APIs use commonly two query parameters for pagination:

  • pageNumber This is the requested page number. Pagination starts at page 1.
  • pageSize This the number of results per page.