Filtering
You can filter out collection results by applying filter parameters to your API calls, eg.Sorting
Sorting is being performed by supplyingsort
parameter in your API calls.
Ascending sort, eg.
-
before the column name, eg:
id
, created_at
, updated_at
and name
.