Planfix API: user sorting types

From Planfix
Revision as of 13:07, 14 March 2024 by Dmitri (talk | contribs) (Created page with "List of valid values for the '''sortType''' parameter (type of user sorting): {| class="wikitable" style="margin-top: 1em; width:100% " !Value !! Description !! Note |- |NAME_ASC ||by name (alphabetical) || |- |NAME_DESC ||by name (reverse order) || |- |GROUP_ASC ||by group name (alphabetical) || |- |GROUP_DESC ||by group name (reverse order) || |- |ISACTIVE_ASC ||inactive, then active || |- |ISACTIVE_DESC ||active, then inactive || |- |PROJECTS_ASC ||by project (alphabe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

List of valid values for the sortType parameter (type of user sorting):

Value Description Note
NAME_ASC by name (alphabetical)
NAME_DESC by name (reverse order)
GROUP_ASC by group name (alphabetical)
GROUP_DESC by group name (reverse order)
ISACTIVE_ASC inactive, then active
ISACTIVE_DESC active, then inactive
PROJECTS_ASC by project (alphabetical)
PROJECTS_DESC by project (reverse order)
ROLE_ASC role (ascending)
ROLE_DESC role (descending)


Go To