improved
2023-03-03
almost 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 bodyx-pagination-limit
: max number of items in a page, as set in the queryx-pagination-offset
: offset of the first item, as set in the queryx-pagination-total-count
: total number of existing items
Please see our API reference for examples and more details.