Get Order Report
Once the order has reached a Completed status, you can download a PDF report file. To access this, pass the order ID in the query string from the same VerifileUserId account that created the order and the response will be a content type of application/pdf. The response body is a byte array of the file.
When you call the report endpoint there is querystring needed called layout.
Two options are CV or Activity.
- CV layout is like a resume with your academic checks first, and then employment, and then other checks.
- Activity layout is academic and employment in chronological order, followed by other checks (i.e. check types that don't cover a period of time)
A report rendered in PDF viewer will look something like this:

GET /api/v1/orders/{orderId}/report?layout=Activity
GET /api/v1/orders/{orderId}/report?layout=CV