Planfix API: sorting types for projects: Difference between revisions

From Planfix
Jump to: navigation, search
(Created page with "{{#seo: |title=Planfix API: sorting types for projects |titlemode=append |keywords=Planfix, api, Planfix API, sorting types, sorting, types, for projects, for project |descrip...")
 
No edit summary
 
Line 6: Line 6:
}}
}}


List of available values for the parameter sortType (specifies the field by which sorting will occur, and in which way it will occur):
List of available values for the parameter '''sortType''' (specifies the field by which sorting will occur, and in which way it will occur):
{| class="wikitable" style="margin-top: 1em; width:100% "
{| class="wikitable" style="margin-top: 1em; width:100% "
!Value !! Description !! Notes  
!Value !! Description !! Notes  

Latest revision as of 13:39, 18 November 2022

List of available values for the parameter sortType (specifies the field by which sorting will occur, and in which way it will occur):

Value Description Notes
TITLE_ASC by name (alphabetical)
TITLE_DESC by name (reverse alphabetical)
NUMBER_ASC by number (ascending)
NUMBER_DESC by number (descending)


Go To