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: postPath:
/api/restapi/riskMatrix/batch - Batch Delete Risk Matrices
- Method: deletePath:
/api/restapi/riskMatrix/batch - Batch Sync Risk Matrices
- Method: postPath:
/api/restapi/riskMatrix/syncBatch - Batch Update Risk Matrices
- Method: putPath:
/api/restapi/riskMatrix/batch - Create a Risk Matrix
- Method: postPath:
/api/restapi/riskMatrix - Delete a Risk Matrix
- Method: deletePath:
/api/restapi/riskMatrix/{riskMatrixId} - Update a Risk Matrix
- Method: putPath:
/api/restapi/riskMatrix - View a Risk Matrix
- Method: getPath:
/api/restapi/riskMatrix/{riskMatrixId} - View a Risk Matrix by Name
- Method: getPath:
/api/restapi/riskMatrix/name/{matrixName} - View a Risk Matrix by Name and Workspace
- Method: getPath:
/api/restapi/riskMatrix/workspace/{workspaceId}/name/{matrixName} - View all Risk Matrixes by Name in a Workspace Hierarchy
- Method: getPath:
/api/restapi/riskMatrix/resolveRiskMatrix/workspace/{workspaceId}/riskMatrix/{matrixName} - View Risk Matrices by Workspace
- Method: getPath:
/api/restapi/riskMatrix/workspace/{workspaceId} - View Risk Matrix by Program
- Method: getPath:
/api/restapi/riskMatrix/program/{programId} - View Risk Matrix by Project
- Method: getPath:
/api/restapi/riskMatrix/project/{projectId}