Sort
Sort
The Sort object defines on how and which field sorting has to be applied.
JSON Example
{
"order": "desc",
"fieldName": "Severity"
}
string
order
Optional
This parameter describe the order of sorting. Values can be asc/desc
string
fieldName
Required
This parameter describe the field on which sorting has to be applied.