Response
In order to have a consistent response, the API is following the JSend specification.
For the routes supporting pagination, 3 elements are added to the headers:
Pagination-Count: The count of elements that meets the request requirements (filters).
Pagination-Page: The current page of the request.
Pagination-Limit: The current limit of elements returned per page.
Last updated
Was this helpful?