Sets the sort order of search results.
Shift Sort
Name | Type | Tags | Description |
---|---|---|---|
field |
str (Shift Sort Field) |
Optional | Enumerates the Shift fields to sort on. |
order |
str (Sort Order) |
Optional | The order (e.g., chronological or alphabetical) in which results from a request are returned. |
{
"field": "START_AT",
"order": "DESC"
}