Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 547 Bytes

shift-sort.md

File metadata and controls

25 lines (16 loc) · 547 Bytes

Shift Sort

Sets the sort order of search results.

Structure

Shift Sort

Fields

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.

Example (as JSON)

{
  "field": "START_AT",
  "order": "DESC"
}