Returns the risk matrix specified by the risk matrix code.

get

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

Request

Path Parameters
code
Type: string
Required: true
Code of Risk Matrix 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.