Planfix API: task sorting types
From Planfix
List of valid values for task sorting:
Value | Description | Note |
---|---|---|
NUMBER_ASC | sorting by number (ascending) | |
NUMBER_DESC | sorting by number (descending) | |
IMPORTANCE_ASC | sorting by priority (ascending) | |
IMPORTANCE_DESC | sorting by priority (descending) | |
DEADLINE_ASC | sorting by end time (ascending) | |
DEADLINE_DESC | sorting by end time (descending) | |
TASKTITLE_ASC | sorting by task name (ascending) | |
TASKTITLE_DESC | sorting by task name (descending) | |
PROJECT_ASC | sorting by project name (ascending) | |
PROJECT_DESC | sorting by project name (descending) |