Reports
Create reports for audit and safe-keeping purposes
A report object embeds a PDF file extract for a given client or check. The report represents a snapshot instance of the client or check at the time of generation.
The API allows you to create a report.
Attribute | Type | Description |
contentType | string | The content-type of the file. This will always be set to application/pdf . |
data | string | The BASE64 encoded file data. |
Last modified 1mo ago