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:

  1. Pagination-Count: The count of elements that meets the request requirements (filters).

  2. Pagination-Page: The current page of the request.

  3. Pagination-Limit: The current limit of elements returned per page.

Last updated

Was this helpful?