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
OAuth2clientCredentialsRequired
Token URL:
AuthorizationstringRequired
Put ONLY your JWT Bearer token on textbox below!
Path parameters
idstring · uuidRequired
Query parameters
api-versionstringOptional
Responses
200
Returns a uri for the report file
Responsestring
400
Returns a list of validation errors
404
Inspection not found
get
/api/v1/Inspections/Report/{id}Last updated