AdvancedQueryArguments
Represents advanced search arguments for searching against the archive of the TrustID Cloud based on individual document properties.
- AdvancedQueryArguments.Status
=
StatusMatch against given document status.
See also
DocumentStatus for more information about document status.
- AdvancedQueryArguments.MrzQueryOption
=
MrzQueryOptionMatch against given part of the Machine-Readable Zone (MRZ).
See also
MrzQueryOption for more information about MRZ query options.
- AdvancedQueryArguments.Audited
=
AuditedMatch against auditing status.
- AdvancedQueryArguments.MRZCorrected
=
MRZCorrectedMatch against MRZ corrected state (MRZ was corrected manually by an operator).
- AdvancedQueryArguments.MinAgeFailed
=
MinAgeFailedMatch against minimum age restriction.
- AdvancedQueryArguments.MaxAgeFailed
=
MaxAgeFailedMatch against maximum age restriction.
- AdvancedQueryArguments.QuickQuery
=
QuickQueryQuick search against a common set of properties, such as name and/or document numbers.
- AdvancedQueryArguments.Firstname
=
FirstnameMatch against first name(s).
- AdvancedQueryArguments.Lastname
=
LastnameMatch against last name(s).
- AdvancedQueryArguments.Gender
=
GenderMatch against the gender of the document holder.
See also
Gender for more information about gender details.
- AdvancedQueryArguments.NationalityCode
=
NationalityCodeMatch against the nationality of the document holder.
See also
A list of available countries and their codes can be obtained from the /kdb/getCountries/ endpoint.
- AdvancedQueryArguments.IssuingCountryCode
=
IssuingCountryCodeMatch against the issuing country.
See also
A list of available countries and their codes can be obtained via the /kdb/getCountries/ endpoint.
- AdvancedQueryArguments.DocumentNumber
=
DocumentNumberMatch against the document number.
- AdvancedQueryArguments.PassportNumber
=
PassportNumberMatch against the passport number.
- AdvancedQueryArguments.VisaNumber
=
VisaNumberMatch against the Visa number.
- AdvancedQueryArguments.IdentityCardNumber
=
IdentityCardNumberMatch against the identity card number.
- AdvancedQueryArguments.DrivingLicenseNumber
=
DrivingLicenseNumberMatch against the driving licence number.
- AdvancedQueryArguments.DocumentType
=
DocumentTypeMatch the document type.
- AdvancedQueryArguments.PersonalNumber
=
PersonalNumberMatch against the personal number.
- AdvancedQueryArguments.FilterExpiryDateOption
=
FilterExpiryDateOptionDetermines how to filter against the expiry date.
See also
FilterDateOption for more information about date filter details.
- AdvancedQueryArguments.ExpiryDate
=
ExpiryDateMatch against the expiry date according to the given expiry date matching options.
- AdvancedQueryArguments.FilterDateOfBirthDateOption
=
FilterDateOfBirthDateOptionDetermines how to filter against the date of birth.
See also
FilterDateOption for more information about date filter details.
- AdvancedQueryArguments.DateOfBirth
=
DateOfBirthMatch against the date of birth of the document holder according to the given date of birth matching options.
- AdvancedQueryArguments.ScannedBy
=
ScannedByMatch against the user who scanned the document.
- AdvancedQueryArguments.AuditedBy
=
AuditedByMatch against the user who reviewed the document.
- AdvancedQueryArguments.CustomFields
=
CustomFieldsMatch against custom fields. The TrustID Cloud setup manual has more information on custom fields.
- AdvancedQueryArguments.BranchName
=
BranchNameThe name of the branch that created the application.