Sorting
All endpoints returning multiple records can be sorted using query strings.
Provide the sort key with a value of either asc or desc to enable sorting.
Query Parameters
| Key | Required | Default | Options | Description |
|---|---|---|---|---|
sort | false | asc | asc or desc | How to sort the response. |
sortBy | false | none | A key to sort the records by. |