List endpoints
Authentication
An auth_token should be provided to authenticate a session.
To obtain an auth_token, see the /api/v1/authenticate POST request.
Query parameters
Defines the number of items per page (max. 1000)
Response headers
Number of items to show per page as specified by the per_page parameter.
Returns the relevant values if filtering is applied using a ?q=field:criteria query parameter.
Returns the sorted data set if sorting is applied using a ?sort=field query parameter.