Data export
You can export attempt and applicant data from dashboard in csv and json formats.
Export form
Applicant and attempt data are exported paginated via a form, to control the amount of unloads.
Parameters for report configuration:
- Page size – number of attempts or applicants per page.
- Start page number – number of page to start exporting from. It will be included in the report.
- Page number – number of pages to export starting from the start page.
The larger the page size, the larger the amount of data uploaded from the database in one request and the higher the speed of report generation.
Applicant data
Applicant data can be exported in csv format on the page with the list of all applicants.
The exported csv has the following list of columns:
- Request Id
- Created
- Status
- Last Attempt Time
- Last Attempt Status
- Response Count
- First Name
- Last Name
- Phone
Multiple attempt data
Attempt data can be exported in csv format on the applicant info page.
The exported csv has the following list of columns:
- Request Id
- Response Id
- Created
- Status
- FaceMatchStatus
- FaceMatchScore
- LRMatchStatus
- LRMatchScore
- MCMatchStatus
- MCMatchScore
- FaceLivenessStatus
- FaceLivenessScore
- LivenessReflectionStatus
- LivenessReflectionScore
- FaceQualityStatus
- FaceQualityScore
- DocumentConfidenceStatus
- DocumentConfidenceScore
- DocumentExpirationStatus
- Risk0Detected
- Risk1Detected
- Risk6Detected
- Risk7Detected
- Risk8Detected
- Risk9Detected
- Risk10Detected
- Risk11Detected
Attempt data
Specific attempt data in json format can also be uploaded on the applicant info page.
The data is unloaded by the attempt that is selected on the page. The unloaded format is the same as the format when requesting attempt data in publicapi.