GET Variables/{InspectionKey}

Get the variables in an Inspection.
The variable keys returned in this operation may be used to associate the ID of each variable key returned from the Findings resource.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
InspectionKey

The key of the Inspection.

integer

Required

Body Parameters

None.

Response Information

Get the variables in an Inspection.
The variable keys returned in this operation may be used to associate the ID of each variable key returned from the Findings resource.

GetVariablesResponse
NameDescriptionTypeAdditional information
AllVariables

All of the variables in the Inspection.

Collection of InspectionVariable

Required

LoadedVariables

The variables in the Inspection that were loaded by the user.

Collection of InspectionVariable

Required

AnalyzedVariables

The variables in the Inspection that were analyzed and may appear in the findings.

Collection of InspectionVariable

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.