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: postPath:
/primeapi/restapi/projectDependency/batch
- Batch Delete Project Dependencies
- Method: deletePath:
/primeapi/restapi/projectDependency/batch
- Batch Update Project Dependencies
- Method: putPath:
/primeapi/restapi/projectDependency/batch
- Create a Project Dependency
- Method: postPath:
/primeapi/restapi/projectDependency
- Delete a Project Dependency
- Method: deletePath:
/primeapi/restapi/projectDependency/{id}
- Update a Project Dependency
- Method: putPath:
/primeapi/restapi/projectDependency
- View a Project Dependency
- Method: getPath:
/primeapi/restapi/projectDependency/{id}
- View Project Dependencies by Dependent Project
- Method: getPath:
/primeapi/restapi/projectDependency/depends/{id}
- View Project Dependencies by Supported Project
- Method: getPath:
/primeapi/restapi/projectDependency/supports/{id}