- General
- Endpoints
Sorting
sort
with the format: field
:direction
,field
:direction
Direction can be either
asc
or desc
. The default sorting order is ascending.?sort=updated_at:desc,name
:
is the separator between the field and the optional sorting order.,
can be used to add multiple fields for sorting the dataset.WARNING
Modified at 2024-10-04 09:04:56