View a risk matrix by name and workspace

get

/primeapi/restapi/riskMatrix/resolveRiskMatrix/workspace/{workspaceId}/riskMatrix/{riskMatrix}

Send a request to this endpoint to view a risk matrix associated with a workspace with an id value matching the value of the {workspaceid} path parameter and with a name matching the value of the {riskmatrix} path parameter.

Request

Path Parameters

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : ApiEntityRiskMatrix
Type: object
Show Source
Nested Schema : scores
Type: array
Unique Items Required: true
Risk scores.
Show Source
Nested Schema : scoreTypes
Type: array
Unique Items Required: true
Score types.
Show Source
Nested Schema : tolerances
Type: array
Unique Items Required: true
Risk tolerances.
Show Source
Nested Schema : ApiEntityWorkspace
Type: object
Show Source
Nested Schema : ApiEntityRiskMatrixScore
Type: object
Show Source
Nested Schema : ApiEntityRiskMatrixScoreType
Type: object
Show Source
Nested Schema : ApiEntityRiskScoreType
Type: object
Show Source
Nested Schema : riskScoreThresholds
Type: array
Unique Items Required: true
Risk score thresholds.
Show Source
Nested Schema : ApiEntityRiskScoreThreshold
Type: object
Show Source
Nested Schema : ApiEntityRiskMatrixTolerance
Type: object
Show Source
Nested Schema : ApiEntityWorkspaceImage
Type: object
Show Source
Nested Schema : workspaceAutonumSettings
Type: array
Unique Items Required: true
An object containing workspace autonumber settings.
Show Source
Nested Schema : workspaceSettings
Type: array
Unique Items Required: true
An object containing workspace settings.
Show Source
Nested Schema : image
Type: array
An image object represented in binary format.
Show Source
Nested Schema : ApiEntityWorkspaceAutonumSetting
Type: object
Show Source
Nested Schema : ApiEntityWorkspaceSetting
Type: object
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.