DataSetQuerySort
Specifies how the results from a data set query should be sorted.
This consists of a field in the data set and a direction to sort by.
Properties
Property | Type | Required | Description |
---|---|---|---|
field |
string | true |
The name of the field to sort by. This can be one of the following:
Validation constraints:
|
direction |
string | true |
The direction to sort by. This can be one of the following:
Allowed options:
|
Example schema
{
"field": "timePeriod",
"direction": "Asc"
}