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: post
Path: /primeapi/restapi/riskMatrix/replicateObjectInWorkspaces/riskMatrix/{riskMatrixId}/workspace/{workspaceId}
Batch Create Risk Matrixes
Method: post
Path: /primeapi/restapi/riskMatrix/batch
Batch Delete Risk Matrixes
Method: delete
Path: /primeapi/restapi/riskMatrix/batch
Batch Update Risk Matrixes
Method: put
Path: /primeapi/restapi/riskMatrix/batch
Create a Risk Matrix
Method: post
Path: /primeapi/restapi/riskMatrix
Delete a Risk Matrix
Method: delete
Path: /primeapi/restapi/riskMatrix/{id}
Update a Risk Matrix
Method: put
Path: /primeapi/restapi/riskMatrix
View a Risk Matrix
Method: get
Path: /primeapi/restapi/riskMatrix/{id}
View a Risk Matrix by Name
Method: get
Path: /primeapi/restapi/riskMatrix/name/{name}
View a risk matrix by name and workspace
Method: get
Path: /primeapi/restapi/riskMatrix/resolveRiskMatrix/workspace/{workspaceId}/riskMatrix/{riskMatrix}
View a Risk Matrix by Name and Workspace
Method: get
Path: /primeapi/restapi/riskMatrix/workspace/{workspaceId}/name/{name}
View Risk Matrixes by Workspace
Method: get
Path: /primeapi/restapi/riskMatrix/workspace/{id}
View Workspace Risk Matrix Template by Name
Method: get
Path: /primeapi/restapi/riskMatrix/resolveByName/{name}