DocumentSortingColumn¶
Represents a column 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
Tid-Api-Key: xxx-xxx-xx
{
    "DeviceId": "device-id",
    "SessionId": "...",
    "DocumentSortingColumn": "ApplicantName"
}
See also
Archive for more information about how to access the archive of the system.
Result Sorting provides more information on sorting archive results.
- DocumentSortingColumn.ApplicantName¶
 =
ApplicantNameDocuments are sorted by name of the applicant.
- DocumentSortingColumn.DocumentType¶
 =
DocumentTypeDocuments are sorted by the type of document.
- DocumentSortingColumn.ScanDate¶
 =
ScanDateDocuments are sorted by the data at which documents were scanned or created.