Pagination
In Qvalon system, some urls can be used with pagination,
for this you need to add 2 parameters:
page
- the requested page number,
size
- the number of elements on the page
For a paged request, the following headers will appear in the response:
x-total-count
- Total number of items found
x-total-pages
- How many pages were found
x-page-number
- Current page number
x-page-size
- The number of elements on the page