Batch Create Risk Matrices

post

/api/restapi/riskMatrix/batch

Send a request to this endpoint to create one or more risk matrixes.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : List<ApiEntityRiskMatrixInput>
Type: array
Title: List<ApiEntityRiskMatrixInput>
Show Source
  • ApiEntityRiskMatrixInput
    Title: ApiEntityRiskMatrixInput
    This entity represents a RiskMatrix object, a unique RiskMatrix object can be identified by the following combinations of the fields.
    • riskMatrixId
    • matrixName,projectId
    • matrixName,projectCode,workspaceCode
Nested Schema : ApiEntityRiskMatrixInput
Type: object
Title: ApiEntityRiskMatrixInput
This entity represents a RiskMatrix object, a unique RiskMatrix object can be identified by the following combinations of the fields.
  • riskMatrixId
  • matrixName,projectId
  • matrixName,projectCode,workspaceCode
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 : ApiEntityRiskMatrixScoreInput
Type: object
Title: ApiEntityRiskMatrixScoreInput
Show Source
Nested Schema : ApiEntityRiskMatrixScoreTypeInput
Type: object
Title: ApiEntityRiskMatrixScoreTypeInput
Show Source
Nested Schema : riskScoreType
Read Only: true
Deprecated. As of 24.4.
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 : ApiEntityRiskMatrixToleranceInput
Type: object
Title: ApiEntityRiskMatrixToleranceInput
Show Source
Examples

Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : List<ApiEntityRiskMatrix>
Type: array
Title: List<ApiEntityRiskMatrix>
Show Source
Nested 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

400 Response

Invalid input.
Back to Top