Returns the workspace risk matrix template with the given name.

get

/primeapi/restapi/v16.2/riskMatrix/resolveByName/{name}

Request

Path Parameters
name
Type: string
Required: true

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.