AdvancedQueryArguments
¶
Represents advanced search arguments for searching against the archive of the TrustID Cloud based on individual document properties.
- AdvancedQueryArguments.Status¶
=
Status
Match against given document status.
See also
DocumentStatus for more information about document status.
- AdvancedQueryArguments.MrzQueryOption¶
=
MrzQueryOption
Match against given part of the Machine-Readable Zone (MRZ).
See also
MrzQueryOption for more information about MRZ query options.
- AdvancedQueryArguments.Audited¶
=
Audited
Match against auditing status.
- AdvancedQueryArguments.MRZCorrected¶
=
MRZCorrected
Match against MRZ corrected state (MRZ was corrected manually by an operator).
- AdvancedQueryArguments.MinAgeFailed¶
=
MinAgeFailed
Match against minimum age restriction.
- AdvancedQueryArguments.MaxAgeFailed¶
=
MaxAgeFailed
Match against maximum age restriction.
- AdvancedQueryArguments.QuickQuery¶
=
QuickQuery
Quick search against a common set of properties, such as name and/or document numbers.
- AdvancedQueryArguments.Firstname¶
=
Firstname
Match against first name(s).
- AdvancedQueryArguments.Lastname¶
=
Lastname
Match against last name(s).
- AdvancedQueryArguments.Gender¶
=
Gender
Match against the gender of the document holder.
See also
Gender for more information about gender details.
- AdvancedQueryArguments.NationalityCode¶
=
NationalityCode
Match 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¶
=
IssuingCountryCode
Match against the issuing country.
See also
A list of available countries and their codes can be obtained via the /kdb/getCountries/ endpoint.
- AdvancedQueryArguments.DocumentNumber¶
=
DocumentNumber
Match against the document number.
- AdvancedQueryArguments.PassportNumber¶
=
PassportNumber
Match against the passport number.
- AdvancedQueryArguments.VisaNumber¶
=
VisaNumber
Match against the Visa number.
- AdvancedQueryArguments.IdentityCardNumber¶
=
IdentityCardNumber
Match against the identity card number.
- AdvancedQueryArguments.DrivingLicenseNumber¶
=
DrivingLicenseNumber
Match against the driving licence number.
- AdvancedQueryArguments.DocumentType¶
=
DocumentType
Match the document type.
- AdvancedQueryArguments.PersonalNumber¶
=
PersonalNumber
Match against the personal number.
- AdvancedQueryArguments.FilterExpiryDateOption¶
=
FilterExpiryDateOption
Determines how to filter against the expiry date.
See also
FilterDateOption for more information about date filter details.
- AdvancedQueryArguments.ExpiryDate¶
=
ExpiryDate
Match against the expiry date according to the given expiry date matching options.
- AdvancedQueryArguments.FilterDateOfBirthDateOption¶
=
FilterDateOfBirthDateOption
Determines how to filter against the date of birth.
See also
FilterDateOption for more information about date filter details.
- AdvancedQueryArguments.DateOfBirth¶
=
DateOfBirth
Match against the date of birth of the document holder according to the given date of birth matching options.
- AdvancedQueryArguments.ScannedBy¶
=
ScannedBy
Match against the user who scanned the document.
- AdvancedQueryArguments.AuditedBy¶
=
AuditedBy
Match against the user who reviewed the document.
- AdvancedQueryArguments.CustomFields¶
=
CustomFields
Match against custom fields. The TrustID Cloud setup manual has more information on custom fields.
- AdvancedQueryArguments.BranchName¶
=
BranchName
The name of the branch that created the application.