Records can of course be sorted. The list of values by which records can be sorted depends on the specific registry.
Sorting is controlled by the URL parameter order. This parameter can be specified multiple times.
Example: /c/firma/adresar?order=nazev
You can control whether to sort in descending (order=nazev@A) or ascending (/c/firma/adresar?order=nazev@D) order.
For compatibility with certain implementations, you can also use the parameter sort and dir (accepts the values ASC and DESC).
If the parameter order is not specified, the default sorting is by ID. Some registries have exceptions — for example, documents are sorted by datVyst in descending order before ID, exchange rates are sorted by platiOdData in descending order and by mena in ascending order.
The API also supports sorting by relational properties from the 1st level — for example, you can specify ?order=stredisko.nazev
