View a Risk Matrix

get

/api/restapi/riskMatrix/{riskMatrixId}

This endpoint returns risk matrixes that meet the following requirements:
  • The object has an ID that matches the value of the {riskMatrixId} path parameter.

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 : 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

404 Response

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