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
{
"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¶
=
ApplicantName
Documents are sorted by name of the applicant.
- DocumentSortingColumn.DocumentType¶
=
DocumentType
Documents are sorted by the type of document.
- DocumentSortingColumn.ScanDate¶
=
ScanDate
Documents are sorted by the data at which documents were scanned or created.