Sorting
Sort query parameter
sort=attribute,attribute2,-attribute3
| Order | Expression |
|---|---|
| ASC | attribute |
| DESC | -attribute |
Sort examples
| Description | Sort query parameter |
|---|---|
| Sort by name ASC | sort=name |
| Sort by name DESC | sort=-name |
| Sort by created DESC and name ASC | sort=-created,name |