/dataAccess/retrieveDBSForm/

Retrieves all details about an applicant DBS check captured while the candidate is completing the DBS form during the Guestlink process given RetrieveDBSFormRequest.ContainerId.

Request

POST {{server}}/VPE/dataAccess/retrieveDBSForm/
Content-Type: application/json

{
    "DeviceId": "device-id",
    "SessionId": "...",

    "ContainerId": "..."
}
RetrieveDBSFormRequest.ContainerId

= ContainerId

Unique identifier of the document container to receive information of.

Response

{
    "Success": true,
        "Message": "Operation executed successfully.",
        ...
        "DBSForm": {
          ...
        }
}
RetrieveDBSFormRequest.DBSForm

= DBSForm

DBS form DbsForm data received from the TrustID Cloud.

See also

DbsForm model for more information about Dbs form details.