Risk Mitigation REST Endpoints
Risk Mitigation
The Risk Mitigation service enables you to create, update, view, and delete risk mitigations.
- Batch Create Risk Mitigations
- Method: postPath:
/primeapi/restapi/riskMitigation/batch
- Batch Delete Risk Mitigations
- Method: deletePath:
/primeapi/restapi/riskMitigation/batch
- Batch Update Risk Mitigations
- Method: putPath:
/primeapi/restapi/riskMitigation/batch
- Create a Risk Mitigation
- Method: postPath:
/primeapi/restapi/riskMitigation
- Delete a Risk Mitigation
- Method: deletePath:
/primeapi/restapi/riskMitigation/{id}
- Update a Risk Mitigation
- Method: putPath:
/primeapi/restapi/riskMitigation
- View a Risk Mitigation
- Method: getPath:
/primeapi/restapi/riskMitigation/{id}
- View a Risk Mitigation by Code
- Method: getPath:
/primeapi/restapi/riskMitigation/code/{code}
- View a Risk Mitigation by Code and Project Risk
- Method: getPath:
/primeapi/restapi/riskMitigation/projectRisk/{projectRiskId}/code/{code}