Pagination

The API requires the user to take pagination into account when requesting data.
This is handled using the Skip and Take parameters in the query string.

Each response will contain the following headers to indicated the requested Skip and Take, and the total amount of data:

HeaderDescriptionSchema
x-cm-pagination-skipAmount of items skipped.number
x-cm-pagination-takeAmount of items retrieved.number
x-cm-pagination-totalTotal items that can be retrieved.number