SearchOrderEntryDTO
DTO to define the sort order of the given field.
Fields
Type
Name
Description
Optional
Default Value
field
The field to sort the result by.
false
sort
The way to sort (ASCENDING | DESCENDING | NO_SORT).
false
Example
{
"field" : "<fieldNameToSortBy>",
"sort" : "DESCENDING"
}