PBS REST Endpoints
PBS
Use the PBS service to create, view, and delete defined Project, Product, or Plant Breakdown Structures. A PBS is a hierarchical representation of the materials or products required to complete a project.
- Create a PBS
- Method: postPath:
/primeapi/restapi/pbs
- Delete a PBS
- Method: deletePath:
/primeapi/restapi/pbs/{id}
- Delete all Children in a PBS Hierarchy
- Method: deletePath:
/primeapi/restapi/pbs/children/{id}
- Update a PBS
- Method: putPath:
/primeapi/restapi/pbs
- View a Child in a PBS Hierarchy
- Method: getPath:
/primeapi/restapi/pbs/children/{id}
- View a PBS
- Method: getPath:
/primeapi/restapi/pbs/{id}
- View a PBS by Code
- Method: getPath:
/primeapi/restapi/pbs/project/{id}/code/{code}
- View a PBS by Name
- Method: getPath:
/primeapi/restapi/pbs/project/{id}/name/{name}
- View a PBS by Project
- Method: getPath:
/primeapi/restapi/pbs/project/{id}
- View All Children in a PBS Hierarchy
- Method: getPath:
/primeapi/restapi/pbs/{id}/childrenHierarchy