GET Inspections/{InspectionKey}
Get the properties of a single Inspection.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
InspectionKey |
The Inspection key. |
integer |
Required |
Body Parameters
None.
Response Information
Get the properties of a single Inspection.
Name | Description | Type | Additional information |
---|---|---|---|
Inspection |
The information about an inspection |
Inspection |
Required |
errors |
If null the request was processed without error. If not null errors occurred while processing the request. The array contains the error messages. |
Collection of string |
None. |