CaseSortOrderType ( token )
Enumeration type containing the values used to control the sorting of returned cases in the getUserCases response.
Type that uses CaseSortOrderType:
Call that uses one or more values of CaseSortOrderType:
Enumeration Values
Value | Description |
CASE_STATUS_ASCENDING | Cases are sorted based on the status of the case in ascending order . |
CASE_STATUS_DESCENDING | Cases are sorted based on the status of the case in descending order. |
CREATION_DATE_ASCENDING | Cases are sorted based on creation date in ascending order. |
CREATION_DATE_DESCENDING | Cases are sorted based on creation date in descending order. |