Field | Type | Required | Default | Description |
---|---|---|---|---|
testInvitationId | Integer64 | Yes | - | Unique identifier given to each test attempt |
baseimage | Integer | No | 0 | An integer flag that determines whether the proctoring base image should be included in the generated PDF. 1: Include the proctoring base image in the PDF. 0: The PDF will not include the proctoring base image. |
Field | Type | Description |
---|---|---|
pdfReport | String | Direct accessible URL for PDF report |
URL 1: /v3/reports/2807324/pdf
Status 200 OK
Response{ "pdfReport": "https://app.imocha.io/PDFReport?id=Hp2MdRaTmBEnI7%2bbD2G%2f%2fg%3d" }
Status 401 Bad Request
If required parameters have invalid values.
Response{ "statusCode": 401, "message": "Access denied due to invalid subscription key." }