Filters allow you to define…
- Filter by data
-
Use the
query=…query property to specify what items should be included in the response.
|
We provide a SQL-like query language in the form of |
- Sorting
-
Use the
sort=…query property to specify how to the response items should be sorted.
|
We provide a SQL-like sorting language in the form of |
- Pagination
-
Use the
page=…andperPage=…query properties to specify the pagination properties of the response.
|
Pagination is 1-based, meaning the first page index is 1. |
|
If you wish to list all items, define |