Risk Matrix REST Endpoints
Risk Matrix
Use the Risk Matrix service to create, view, update, and delete risk matrixes.
- Assign or Promote a Risk Matrix
- Method: postPath:
/primeapi/restapi/riskMatrix/replicateObjectInWorkspaces/riskMatrix/{riskMatrixId}/workspace/{workspaceId}
- Batch Create Risk Matrixes
- Method: postPath:
/primeapi/restapi/riskMatrix/batch
- Batch Delete Risk Matrixes
- Method: deletePath:
/primeapi/restapi/riskMatrix/batch
- Batch Update Risk Matrixes
- Method: putPath:
/primeapi/restapi/riskMatrix/batch
- Create a Risk Matrix
- Method: postPath:
/primeapi/restapi/riskMatrix
- Delete a Risk Matrix
- Method: deletePath:
/primeapi/restapi/riskMatrix/{id}
- Update a Risk Matrix
- Method: putPath:
/primeapi/restapi/riskMatrix
- View a Risk Matrix
- Method: getPath:
/primeapi/restapi/riskMatrix/{id}
- View a Risk Matrix by Name
- Method: getPath:
/primeapi/restapi/riskMatrix/name/{name}
- View a risk matrix by name and workspace
- Method: getPath:
/primeapi/restapi/riskMatrix/resolveRiskMatrix/workspace/{workspaceId}/riskMatrix/{riskMatrix}
- View a Risk Matrix by Name and Workspace
- Method: getPath:
/primeapi/restapi/riskMatrix/workspace/{workspaceId}/name/{name}
- View Risk Matrixes by Workspace
- Method: getPath:
/primeapi/restapi/riskMatrix/workspace/{id}
- View Workspace Risk Matrix Template by Name
- Method: getPath:
/primeapi/restapi/riskMatrix/resolveByName/{name}