SortingDirection
¶
Represents a sorting direction by which document results are sorted when accessing the content of the archive of the system.
POST {{server}}/VPE/dataAccess/queryUsers/
Content-Type: application/json
{
"DeviceId": "device-id",
"SessionId": "...",
"DocumentSortingColumn": "ApplicantName",
"SortingDirection": "Descending"
}
See also
Archive for more information about how to access the archive of the system.
Result Sorting provides more information on sorting archive results.
- SortingDirection.Ascending¶
=
Ascending
Documents are sorted in ascending order.
- SortingDirection.Descending¶
=
Descending
Documents are sorted in descending order (reversed).