Sorting¶
Plural endpoints support sorting of their contained elements. For example, you can sort the records in a collection. To do this, provide an additional query parameter specifying the sort key.
/collection?_sort=-last_modified,fieldSorts according to
last_modifieddescending, with ties being broken according tofieldascending.
Note
Ordering on a boolean field gives true values first.
Note
Will return an error if a field is unknown.