Sorting

OrderBy

📘

API Version 2

This functionality is only available in Version 2 of the API.

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.