Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 1.28 KB

Report.md

File metadata and controls

21 lines (14 loc) · 1.28 KB

Report

Properties

Name Type Description Notes
id String The unique identifier for the report. Read-only. [optional]
createdAt OffsetDateTime The date and time at which the report was first initiated. Read-only. [optional]
href String The API endpoint to retrieve the report. Read-only. [optional]
status String The current state of the report in the checking process. Read-only. [optional]
result String The result of the report. Read-only. [optional]
subResult String The sub_result of the report. It gives a more detailed result for document reports only, and will be null otherwise. Read-only. [optional]
breakdown Map<String, Object> The details of the report. This is specific to each type of report. Read-only. [optional]
properties Map<String, Object> The properties associated with the report, if any. Read-only. [optional]
name String The name of the report type.
documents List<ReportDocument> Array of objects with document ids that were used in the Onfido engine. [ONLY USED IN A DOCUMENT CHECK] [optional]