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

Latest commit

 

History

History
19 lines (15 loc) · 1.37 KB

Report.md

File metadata and controls

19 lines (15 loc) · 1.37 KB

Report

Properties

Name Type Description Notes
id str The unique identifier for the report. Read-only. [optional]
created_at datetime The date and time at which the report was first initiated. Read-only. [optional]
href str The API endpoint to retrieve the report. Read-only. [optional]
status str The current state of the report in the checking process. Read-only. [optional]
result str The result of the report. Read-only. [optional]
sub_result str 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 dict(str, object) The details of the report. This is specific to each type of report. Read-only. [optional]
properties dict(str, object) The properties associated with the report, if any. Read-only. [optional]
name str 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]

[Back to Model list] [Back to API list] [Back to README]