Skip to main content
Version: 1.7.0 (latest)

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.

img.png

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.

img.png

The exported csv has the following list of columns:

  • Request Id
  • Created
  • Status
  • Last Attempt Time
  • Last Attempt Status
  • Response Count
  • Email
  • First Name
  • Last Name
  • Phone

Multiple attempt data

Attempt data can be exported in csv format on the applicant info page.

img.png

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.

img.png

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.