Sorting
With sessions and videos, you can sort the API response using the sort
and asc
parameters.
- To perform an ascending sort, use
asc=1
. This is the default sort. - To perform a descending sort, use
asc=-1
.
The following sort fields can be specified:
- title
- description
- duration
- ctime
For example:
GET /apis/assets?sort=title&asc=-1