Risk Matrix REST Endpoints

Risk Matrix
Use the Risk Matrix service to create, view, update, and delete risk matrixes. Update Keys : 'riskMatrixId'
Batch Create Risk Matrices
Method: post
Path: /api/restapi/riskMatrix/batch
Batch Delete Risk Matrices
Method: delete
Path: /api/restapi/riskMatrix/batch
Batch Sync Risk Matrices
Method: post
Path: /api/restapi/riskMatrix/syncBatch
Batch Update Risk Matrices
Method: put
Path: /api/restapi/riskMatrix/batch
Create a Risk Matrix
Method: post
Path: /api/restapi/riskMatrix
Delete a Risk Matrix
Method: delete
Path: /api/restapi/riskMatrix/{riskMatrixId}
Update a Risk Matrix
Method: put
Path: /api/restapi/riskMatrix
View a Risk Matrix
Method: get
Path: /api/restapi/riskMatrix/{riskMatrixId}
View a Risk Matrix by Name
Method: get
Path: /api/restapi/riskMatrix/name/{matrixName}
View a Risk Matrix by Name and Workspace
Method: get
Path: /api/restapi/riskMatrix/workspace/{workspaceId}/name/{matrixName}
View all Risk Matrixes by Name in a Workspace Hierarchy
Method: get
Path: /api/restapi/riskMatrix/resolveRiskMatrix/workspace/{workspaceId}/riskMatrix/{matrixName}
View Risk Matrices by Workspace
Method: get
Path: /api/restapi/riskMatrix/workspace/{workspaceId}
View Risk Matrix by Program
Method: get
Path: /api/restapi/riskMatrix/program/{programId}
View Risk Matrix by Project
Method: get
Path: /api/restapi/riskMatrix/project/{projectId}