Planfix API: file sorting types
From Planfix
List of valid values for file sorting:
| Value | Description | Note |
|---|---|---|
| NUMBER_ASC | sorting by number (ascending) | |
| NUMBER_DESC | sorting by number (descending) | |
| NAME_ASC | sorting by name (ascending) | |
| NAME_DESC | sorting by name (descending) | |
| DATE_ASC | sorting by upload time (ascending) | |
| DATE_DESC | sorting by upload time (descending) | |
| EXT_ASC | sorting by type (ascending) | |
| EXT_DESC | sorting by type (descending) |