Sorting Data

Requests in the Ordering API have an embedded parameter for sorting data when they are "Find all" which is orderBy. This can be any attributes of the elements in the request, by default they are sorted in ascending order by id, and the attribute that is added will be ordered in ascending order unless the symbol "-" is prefixed. Ex: "-id" and will order it in descending order.