LicenseSorter

LicenseSorter
License Sorter

Defines the ordering criteria for the result set. Specifies the target property and the direction (ascending or descending) to arrange the returned records.

JSON Example
{
    "key": "NAME",
    "operator": "DESC"
}
string
key
Required

Sort items for license search API. Below is list of keys allowed:

  • NAME - license name
string
operator
Optional

The sorting direction.

  • ASC - Ascending order (A-Z, 0-9)
  • DESC - Descending order (Z-A, 9-0)
Possible values are : ASC, DESC,