Skip to main content

Sorting


All top-level API resources have support for bulk fetches via "list" API methods. Some of these list API methods support sorting via the sort query parameter.

The sort query parameter accepts a JSON object with the following properties:

{
"field": "<field>",
"order": "asc/desc" # Defaults to desc
}