Improved
2023-03-03
 over 2 years ago 
Pagination support
We now return several headers in the responses of the GET all APIs:
- x-pagination-count: number of items in the response body
- x-pagination-limit: max number of items in a page, as set in the query
- x-pagination-offset: offset of the first item, as set in the query
- x-pagination-total-count: total number of existing items
Please see
our API reference
for examples and more details.
