View all Risk Matrixes by Name in a Workspace Hierarchy

get

/api/restapi/riskMatrix/resolveRiskMatrix/workspace/{workspaceId}/riskMatrix/{matrixName}

Send a request to this endpoint to view a risk matrix associated with a name matching the value of the {matrixName} and the hierarchy of the workspace with an id matching the value of the {workspaceId}.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<ApiEntityRiskMatrix>
Type: array
Title: List<ApiEntityRiskMatrix>
Show Source
Nested Schema : ApiEntityRiskMatrix
Type: object
Title: ApiEntityRiskMatrix
Show Source
Nested Schema : scores
Type: array
List of risk scores associated with the risk matrix.
Show Source
Nested Schema : scoreTypes
Type: array
List of risk types associated with the risk matrix.
Show Source
Nested Schema : tolerances
Type: array
List of risk tolerances associated with the risk matrix.
Show Source
Nested Schema : ApiEntityRiskMatrixScore
Type: object
Title: ApiEntityRiskMatrixScore
Show Source
Nested Schema : ApiEntityRiskMatrixScoreType
Type: object
Title: ApiEntityRiskMatrixScoreType
Show Source
Nested Schema : riskScoreType
A risk score type.
Match All
Show Source
Nested Schema : ApiEntityRiskScoreType
Type: object
Title: ApiEntityRiskScoreType
Show Source
Nested Schema : riskScoreThresholds
Type: array
An array of the risk threshold values for a selected risk threshold.
Show Source
Nested Schema : ApiEntityRiskScoreThreshold
Type: object
Title: ApiEntityRiskScoreThreshold
Show Source
Nested Schema : ApiEntityRiskMatrixTolerance
Type: object
Title: ApiEntityRiskMatrixTolerance
Show Source

204 Response

Successful operation with no content.

404 Response

The requested risk matrix does not exist, or you do not have access to it.
Back to Top