WBS REST Endpoints
WBS
Use the WBS service to create, view, update, and delete workspace breakdown structures. Work Breakdown Structures (WBS) represent hierarchical arrangements of the work required to bring a project to completion.
- Create a WBS
- Method: postPath:
/primeapi/restapi/wbs
- Delete a WBS
- Method: deletePath:
/primeapi/restapi/wbs/{id}
- Delete WBS Children
- Method: deletePath:
/primeapi/restapi/wbs/children/{id}
- Update a WBS
- Method: putPath:
/primeapi/restapi/wbs
- View a WBS
- Method: getPath:
/primeapi/restapi/wbs/{id}
- View a WBS by Code
- Method: getPath:
/primeapi/restapi/wbs/project/{id}/code/{code}
- View a WBS by Name
- Method: getPath:
/primeapi/restapi/wbs/project/{id}/name/{name}
- View a WBS by Project
- Method: getPath:
/primeapi/restapi/wbs/project/{id}
- View a WBS by WBS Code, Parent WBS Code, and Project ID
- Method: getPath:
/primeapi/restapi/wbs/wbsCode/{code}/parentWbsCode/{parentCode}/projectId/{projectId}
- View All Children in a WBS Hierarchy
- Method: getPath:
/primeapi/restapi/wbs/{id}/childrenHierarchy
- View WBS by Assigned Code Value
- Method: getPath:
/primeapi/restapi/wbs/project/{id}/codeType/{typeId}/codeValue/{code}
- View WBS by Assigned Configured Field Value
- Method: getPath:
/primeapi/restapi/wbs/project/{id}/configuredField/{viewColumnName}/{value}
- View WBS Children
- Method: getPath:
/primeapi/restapi/wbs/children/{id}
- View WBS Configured Fields
- Method: getPath:
/primeapi/restapi/wbs/{id}/configuredFields