Returns the risk matrix for the specified risk matrix ID.

get

/primeapi/restapi/v16.2/riskMatrix/{id}

Request

Path Parameters
id
Type: integer (int64)
Required: true
ID of the Risk Matrix Resource to be found.

Response

Supported Media Types
  • application/json
200 Response
successful operation
Body
Root Schema : ApiEntityRiskMatrix
Type: object
Nested Schema : scores
Type: array
Unique Items Required: true
Nested Schema : scoreTypes
Type: array
Unique Items Required: true
Nested Schema : tolerances
Type: array
Unique Items Required: true
Nested Schema : ApiEntityWorkspace
Type: object
Nested Schema : ApiEntityRiskMatrixScore
Type: object
Nested Schema : ApiEntityRiskMatrixScoreType
Type: object
Nested Schema : ApiEntityRiskScoreType
Type: object
Nested Schema : riskScoreThresholds
Type: array
Unique Items Required: true
Nested Schema : ApiEntityRiskScoreThreshold
Type: object
Nested Schema : ApiEntityRiskMatrixTolerance
Type: object
404 Response
Risk Matrix does not exist or you do not have access to it.