Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 638 Bytes

SortParameter.md

File metadata and controls

10 lines (7 loc) · 638 Bytes

# SortParameter

Properties

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]

[Back to Model list] [Back to API list] [Back to README]