Project Risk REST Endpoints

Project Risk
Use the Project Risk service to create, view, update, and delete project risks.
Batch Create Project Risks
Method: post
Path: /primeapi/restapi/projectRisk/batch
Batch Delete Project Risks
Method: delete
Path: /primeapi/restapi/projectRisk/batch
Batch Update Project Risks
Method: put
Path: /primeapi/restapi/projectRisk/batch
Create a Project Risk
Method: post
Path: /primeapi/restapi/projectRisk
Delete a Project Risk
Method: delete
Path: /primeapi/restapi/projectRisk/{id}
Update a Project Risk
Method: put
Path: /primeapi/restapi/projectRisk
View a Project Risk
Method: get
Path: /primeapi/restapi/projectRisk/{id}
View a Project Risk by Configured Field Value
Method: get
Path: /primeapi/restapi/projectRisk/project/{id}/configuredField/{viewColumnName}/{value}
View a Project Risk by Project and Risk Code
Method: get
Path: /primeapi/restapi/projectRisk/project/{id}/riskCode/{riskCode}
View a risk by name
Method: get
Path: /primeapi/restapi/projectRisk/name/{name}
View Project Risk Configured Fields
Method: get
Path: /primeapi/restapi/projectRisk/{id}/configuredFields
View Project Risks by Project
Method: get
Path: /primeapi/restapi/projectRisk/projectId/{id}
View Risk Mitigation by Project Risk
Method: get
Path: /primeapi/restapi/projectRisk/mitigation/{projectRiskId}