Get inspection
Summary
The Get Inspection API endpoint retrieves detailed information for a specific inspection. By supplying the inspection's unique identifier, this endpoint returns a complete record with all relevant data for 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 an Inspection
400
Returns a list of validation errors
404
Inspection not found
get
/api/v1/Inspections/{id}Last updated