Name | Type | Description | Notes |
---|---|---|---|
asc | string | Ascending sort mode (optional, i.e. `sort.asc=id` is the same as `sort=id`). \ Specify a field name to sort by. Example: `?sort=balance`. | [optional] |
desc | string | Descending sort mode. \ Specify a field name to sort by descending. Example: `?sort.desc=id`. | [optional] |