DbsForm
Represents a Dbs form.
DBS form is captured while the candidate is completing the DBS form during the Guestlink process.
POST {{server}}/VPE/dataAccess/retrieveDBSForm/
Content-Type: application/json
Tid-Api-Key: xxx-xxx-xx
{
"DeviceId": "device-id",
"SessionId": "..."
"ContainerId": "..."
}
The response message contains a list of DbsForm instances:
{
"Success": true,
"Message": "Operation executed successfully.",
...
"DBSForm": {
"AdditionalAddresses": [],
"AdditionalInformation": null,
"ApplicationReference": null,
"ApplicationType": "Basic",
"BirthSurname": null,
"BirthSurnameChanged": false,
"BirthSurnameUsedUntil": null,
"CertificateAddress": null,
"CertificateToCurrentAddress": false,
"ConfirmReadPrivacyPolicyFlag": true,
"ContainerId": "fbe22d20-a978-45b9-9ee9-5652462cdde4",
"CurrentAddress": {
"AddressLine1": "3 Street Name",
"AddressLine2": "Leyland",
"Country": "GBR",
"County": "",
"DateFrom": "\/Date(1577836800000+0000)\/",
"DateTo": null,
"Postcode": "PR12 5ay",
"Town": "Leyland"
},
"CurrentNationality": null,
"DBSConsentProvidedFlag": true,
"DateOfBirth": "\/Date(500083200000+0000)\/",
"DrivingLicenceCountryOfIssue": null,
"DrivingLicenceIssueDate": null,
"DrivingLicenceIssueType": "photo",
"DrivingLicenceNumber": null,
"Email": "mark.smith@trustid.co.uk",
"Forename": "MARK",
"Gender": "MALE",
"Middlename1": "DAVID",
"Middlename2": "",
"Middlename3": "",
"NINumber": null,
"NationalityBirthChanged": false,
"NationalityOfBirth": "GBR",
"OtherNames": [],
"PaperCertificate": false,
"PassportCountryOfIssue": "GBR",
"PassportIssueDate": "\/Date(1735689600000+0000)\/",
"PassportNumber": "5554128211",
"PlaceOfBirthCountry": "GBR",
"PlaceOfBirthCounty": null,
"PlaceOfBirthTown": "TOWN",
"PositionAppliedFor": "TEST",
"RecipientDepartment": null,
"RecipientName": null,
"Surname": "SMITH",
"TelephoneNumber": null,
"Title": "MR",
"UnderstandWithdrawConsentFlag": true,
"UnspentConvictions": null,
"ValidPassport": true,
"ValidUKDrivingLicence": false
}
}
The following list describes all properties of a DbsForm instance:
- DBSForm.ApplicationType
=
ApplicationTypeThe type of application being submitted (e.g., Basic, Standard / Enhanced).
- DBSForm.Gender
=
GenderApplicant’s gender identity.
- DBSForm.Title
=
TitleApplicant’s title (e.g., Mr, Mrs, Dr).
- DBSForm.Forename
=
ForenameApplicant’s first name.
- DBSForm.Middlename1
=
Middlename1Applicant’s first middle name, if any.
- DBSForm.Middlename2
=
Middlename2Applicant’s second middle name, if any.
- DBSForm.Middlename3
=
Middlename3Applicant’s third middle name, if any.
- DBSForm.Surname
=
SurnameApplicant’s current last name.
- DBSForm.DateOfBirth
=
DateOfBirthApplicant’s date of birth.
- DBSForm.ValidPassport
=
ValidPassportIndicates if the applicant has a valid passport.
- DBSForm.PassportNumber
=
PassportNumberApplicant’s passport number.
- DBSForm.PassportIssueDate
=
PassportIssueDateThe date the applicant’s passport was issued.
- DBSForm.PassportCountryOfIssue
=
PassportCountryOfIssueCountry where the passport was issued.
- DBSForm.ValidUKDrivingLicence
=
ValidUKDrivingLicenceIndicates if the applicant has a valid UK driving licence.
- DBSForm.DrivingLicenceCountryOfIssue
=
DrivingLicenceCountryOfIssueCountry where the driving licence was issued.
- DBSForm.DrivingLicenceIssueDate
=
DrivingLicenceIssueDateThe date the driving licence was issued.
- DBSForm.DrivingLicenceIssueType
=
DrivingLicenceIssueTypeType/category of the driving licence issued.
- DBSForm.DrivingLicenceNumber
=
DrivingLicenceNumberDriving licence number of the applicant.
- DBSForm.NINumber
=
NINumberApplicant’s UK National Insurance Number.
- DBSForm.TelephoneNumber
=
TelephoneNumberApplicant’s contact telephone number.
- DBSForm.Email
=
EmailApplicant’s email address.
- DBSForm.CurrentAddress
=
CurrentAddressApplicant’s current residential address.
- DBSForm.AdditionalAddresses
=
AdditionalAddressesList of previous addresses lived at by the applicant.
- DBSForm.PlaceOfBirthTown
=
PlaceOfBirthTownTown or city where the applicant was born.
- DBSForm.PlaceOfBirthCounty
=
PlaceOfBirthCountyCounty or region where the applicant was born.
- DBSForm.PlaceOfBirthCountry
=
PlaceOfBirthCountryCountry where the applicant was born.
- DBSForm.NationalityOfBirth
=
NationalityOfBirthApplicant’s nationality at birth.
- DBSForm.NationalityBirthChanged
=
NationalityBirthChangedIndicates if the applicant’s nationality has changed since birth.
- DBSForm.CurrentNationality
=
CurrentNationalityApplicant’s current nationality.
- DBSForm.BirthSurnameChanged
=
BirthSurnameChangedIndicates if the applicant’s surname at birth has changed.
- DBSForm.OtherNames
=
OtherNamesList of any other names the applicant has been known by.
- DBSForm.PositionAppliedFor
=
PositionAppliedForThe job or role the applicant is applying for.
- DBSForm.PaperCertificate
=
PaperCertificateWhether a physical paper certificate is requested.
- DBSForm.CertificateToCurrentAddress
=
CertificateToCurrentAddressWhether the certificate should be sent to the applicant’s current address.
- DBSForm.RecipientName
=
RecipientNameName of the person who should receive the certificate.
- DBSForm.RecipientDepartment
=
RecipientDepartmentDepartment where the recipient works (if applicable).
- DBSForm.CertificateAddress
=
CertificateAddressAddress where the certificate should be sent.
- DBSForm.UnspentConvictions
=
UnspentConvictionsIndicates if the applicant has any unspent criminal convictions.
- DBSForm.DBSConsentProvidedFlag
=
DBSConsentProvidedFlagConfirms if the applicant has given consent for a DBS check.
- DBSForm.UnderstandWithdrawConsentFlag
=
UnderstandWithdrawConsentFlagConfirms if the applicant understands their right to withdraw consent.
- DBSForm.ConfirmReadPrivacyPolicyFlag
=
ConfirmReadPrivacyPolicyFlagConfirms if the applicant has read and understood the privacy policy.
- DBSForm.AdditionalInformation
=
AdditionalInformationAny other relevant information the applicant wishes to provide.
- DBSForm.ApplicationReference
=
ApplicationReferenceA unique reference identifier for the application.
- DBSForm.BirthSurname
=
BirthSurnameApplicant’s surname at birth.
- DBSForm.BirthSurnameUsedUntil
=
BirthSurnameUsedUntilDate until which the applicant used their birth surname.