GET Inspections/{InspectionKey}

Get the properties of a single Inspection.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
InspectionKey

The Inspection key.

integer

Required

Body Parameters

None.

Response Information

Get the properties of a single Inspection.

InspectionPropertiesResponse
NameDescriptionTypeAdditional 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.