Planfix API: task sorting types

From Planfix
Revision as of 14:31, 15 March 2024 by Dmitri (talk | contribs) (Created page with "List of valid values for task sorting: {| class="wikitable" style="margin-top: 1em; width:100% " !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 ||...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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)


Go To