GET Inspections

List the available Inspections.
Returns a list of the properties of all Inspections that are available to the API user.
Inspections are available to the owner of the Inspection only, unless the Inspection is marked as Public.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

List the available Inspections.
Returns a list of the properties of all Inspections that are available to the API user.
Inspections are available to the owner of the Inspection only, unless the Inspection is marked as Public.

InspectionPropertiesListResponse
NameDescriptionTypeAdditional information
Inspections

The properties of the Inspections.

Collection of 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.