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: post
Path: /api/restapi/programRisk/batch
Batch Delete Program Risks
Method: delete
Path: /api/restapi/programRisk/batch
Batch Sync Program Risks
Method: post
Path: /api/restapi/programRisk/syncBatch
Batch Update Program Risks
Method: put
Path: /api/restapi/programRisk/batch
Create a Program Risk
Method: post
Path: /api/restapi/programRisk
Delete a Program Risk
Method: delete
Path: /api/restapi/programRisk/{programRiskId}
Update a Program Risk
Method: put
Path: /api/restapi/programRisk
View a Program Risk
Method: get
Path: /api/restapi/programRisk/{programRiskId}
View a Program Risk by Program and Risk Code
Method: get
Path: /api/restapi/programRisk/program/{programId}/riskCode/{riskCode}
View all Program Risks by Assigned CodeValue
Method: get
Path: /api/restapi/programRisk/codeType/{codeTypeId}/codeValue/{codeValueCode}
View all Program Risks by Name
Method: get
Path: /api/restapi/programRisk/name/{riskName}
View all Program Risks by Program
Method: get
Path: /api/restapi/programRisk/programId/{programId}
View all Program Risks in a Workspace
Method: get
Path: /api/restapi/programRisk/workspace/{workspaceId}