View Risk Matrix by Program

get

/api/restapi/riskMatrix/program/{programId}

Send a request to this endpoint to view the risk matrix assigned to the program.

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

204 Response

Successful operation with no content.

404 Response

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