Sorting

OrderBy

You can sort the response order to a selected property name. In this example from the Articles endpoint we sort the response by the value of the Name property:

$orderby=Name

You can combine the different filters, selections and orderby together in one request.