Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The above example has a page_number of 1 and a page_size of 20, which means that one page of results will be returned that contains twenty elements.

Response headers are returned Some platforms will also include response headers with information about the pagination settings that have been used:

Code Block
Pagination-Page: 1
Pagination-Size: 50
Pagination-Limit: 200 # Max number of page available. Notice that it could be smaller than the real number of pages due to the 10,000 limitation.
Pagination-Count: 11827 # Total amount of elements

...