Project Dependency REST Endpoints

Project Dependency
Use the Project Dependency service to create, view, update, and delete project dependencies. Dependencies specify direct relationships between projects and indicate the progress of one project is reliant upon the progress of another.
Batch Create Project Dependencies
Method: post
Path: /primeapi/restapi/projectDependency/batch
Batch Delete Project Dependencies
Method: delete
Path: /primeapi/restapi/projectDependency/batch
Batch Update Project Dependencies
Method: put
Path: /primeapi/restapi/projectDependency/batch
Create a Project Dependency
Method: post
Path: /primeapi/restapi/projectDependency
Delete a Project Dependency
Method: delete
Path: /primeapi/restapi/projectDependency/{id}
Update a Project Dependency
Method: put
Path: /primeapi/restapi/projectDependency
View a Project Dependency
Method: get
Path: /primeapi/restapi/projectDependency/{id}
View Project Dependencies by Dependent Project
Method: get
Path: /primeapi/restapi/projectDependency/depends/{id}
View Project Dependencies by Supported Project
Method: get
Path: /primeapi/restapi/projectDependency/supports/{id}