GET Links/{InspectionKey}

Gets a link for the specified Inspection.
Anyone in possession of a link returned by this operation can view the Inspection in read-only fashion.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
InspectionKey

The key of the Inspection.

integer

Required

Body Parameters

None.

Response Information

Gets a link for the specified Inspection.
Anyone in possession of a link returned by this operation can view the Inspection in read-only fashion.

InspectionLinkResponse
NameDescriptionTypeAdditional information
InspectionLinkUri

String containing the URI for the Inspection Link.

string

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.