Project Risk REST Endpoints

Project Risk
Use the Project Risk service to create, view, update, and delete project risks. Update Keys : 'projectRiskId'
Batch Create Project Risks
Method: post
Path: /api/restapi/projectRisk/batch
Batch Delete Project Risks
Method: delete
Path: /api/restapi/projectRisk/batch
Batch Sync Project Risks
Method: post
Path: /api/restapi/projectRisk/syncBatch
Batch Update Project Risks
Method: put
Path: /api/restapi/projectRisk/batch
Create a Project Risk
Method: post
Path: /api/restapi/projectRisk
Delete a Project Risk
Method: delete
Path: /api/restapi/projectRisk/{projectRiskId}
Update a Project Risk
Method: put
Path: /api/restapi/projectRisk
View a Project Risk
Method: get
Path: /api/restapi/projectRisk/{projectRiskId}
View a Project Risk by Project and Risk Code
Method: get
Path: /api/restapi/projectRisk/project/{projectId}/riskCode/{riskCode}
View all Project Risks by Assigned CodeValue
Method: get
Path: /api/restapi/projectRisk/codeType/{codeTypeId}/codeValue/{codeValueCode}
View all Project Risks by Configured Field Value
Method: get
Path: /api/restapi/projectRisk/project/{projectId}/configuredField/{viewColumnName}/{value}
View all Project Risks by Name
Method: get
Path: /api/restapi/projectRisk/name/{riskName}
View all Project Risks by Project
Method: get
Path: /api/restapi/projectRisk/projectId/{projectId}
View all Project Risks in a Workspace
Method: get
Path: /api/restapi/projectRisk/workspace/{workspaceId}
View Project Risk Mitigation by Project Risk
Method: get
Path: /api/restapi/projectRisk/mitigation/{projectRiskId}
View Project Risk Weather Periods by Project Risk
Method: get
Path: /api/restapi/projectRisk/weatherPeriod/{projectRiskId}