Program Risk REST Endpoints
Program Risk
Use the Program Risk service to create, view, update, and delete program risks. Update Keys : 'programRiskId'
- Batch Create Program Risks
- Method: postPath:
/api/restapi/programRisk/batch - Batch Delete Program Risks
- Method: deletePath:
/api/restapi/programRisk/batch - Batch Sync Program Risks
- Method: postPath:
/api/restapi/programRisk/syncBatch - Batch Update Program Risks
- Method: putPath:
/api/restapi/programRisk/batch - Create a Program Risk
- Method: postPath:
/api/restapi/programRisk - Delete a Program Risk
- Method: deletePath:
/api/restapi/programRisk/{programRiskId} - Update a Program Risk
- Method: putPath:
/api/restapi/programRisk - View a Program Risk
- Method: getPath:
/api/restapi/programRisk/{programRiskId} - View a Program Risk by Program and Risk Code
- Method: getPath:
/api/restapi/programRisk/program/{programId}/riskCode/{riskCode} - View all Program Risks by Assigned CodeValue
- Method: getPath:
/api/restapi/programRisk/codeType/{codeTypeId}/codeValue/{codeValueCode} - View all Program Risks by Name
- Method: getPath:
/api/restapi/programRisk/name/{riskName} - View all Program Risks by Program
- Method: getPath:
/api/restapi/programRisk/programId/{programId} - View all Program Risks in a Workspace
- Method: getPath:
/api/restapi/programRisk/workspace/{workspaceId}