Get inspection report

Summary

The Get Inspection Report API endpoint retrieves a URI pointing to the PDF report associated with the specified inspection.

Endpoint Specification

get
Authorizations
Path parameters
idstring · uuidRequired
Query parameters
api-versionstringOptional
Responses
200

Returns a uri for the report file

Responsestring
get
/api/v1/Inspections/Report/{id}
GET /api/v1/Inspections/Report/{id} HTTP/1.1
Host: 
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
text

Last updated