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: postPath:
/api/restapi/projectRisk/batch - Batch Delete Project Risks
- Method: deletePath:
/api/restapi/projectRisk/batch - Batch Sync Project Risks
- Method: postPath:
/api/restapi/projectRisk/syncBatch - Batch Update Project Risks
- Method: putPath:
/api/restapi/projectRisk/batch - Create a Project Risk
- Method: postPath:
/api/restapi/projectRisk - Delete a Project Risk
- Method: deletePath:
/api/restapi/projectRisk/{projectRiskId} - Update a Project Risk
- Method: putPath:
/api/restapi/projectRisk - View a Project Risk
- Method: getPath:
/api/restapi/projectRisk/{projectRiskId} - View a Project Risk by Project and Risk Code
- Method: getPath:
/api/restapi/projectRisk/project/{projectId}/riskCode/{riskCode} - View all Project Risks by Assigned CodeValue
- Method: getPath:
/api/restapi/projectRisk/codeType/{codeTypeId}/codeValue/{codeValueCode} - View all Project Risks by Configured Field Value
- Method: getPath:
/api/restapi/projectRisk/project/{projectId}/configuredField/{viewColumnName}/{value} - View all Project Risks by Name
- Method: getPath:
/api/restapi/projectRisk/name/{riskName} - View all Project Risks by Project
- Method: getPath:
/api/restapi/projectRisk/projectId/{projectId} - View all Project Risks in a Workspace
- Method: getPath:
/api/restapi/projectRisk/workspace/{workspaceId} - View Project Risk Mitigation by Project Risk
- Method: getPath:
/api/restapi/projectRisk/mitigation/{projectRiskId} - View Project Risk Weather Periods by Project Risk
- Method: getPath:
/api/restapi/projectRisk/weatherPeriod/{projectRiskId}