A sort
filter orders the collection by an attribute, ascending or descending. The most common sort is to sort by modified, descending:
sort=-modified
The -
indicates the sort should descend.
Sorts can be by any attribute. Additional virtual attributes can be added via plugins. See Extending Filters.