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: post
Path: /primeapi/restapi/wbs
Delete a WBS
Method: delete
Path: /primeapi/restapi/wbs/{id}
Delete WBS Children
Method: delete
Path: /primeapi/restapi/wbs/children/{id}
Update a WBS
Method: put
Path: /primeapi/restapi/wbs
View a WBS
Method: get
Path: /primeapi/restapi/wbs/{id}
View a WBS by Code
Method: get
Path: /primeapi/restapi/wbs/project/{id}/code/{code}
View a WBS by Name
Method: get
Path: /primeapi/restapi/wbs/project/{id}/name/{name}
View a WBS by Project
Method: get
Path: /primeapi/restapi/wbs/project/{id}
View a WBS by WBS Code, Parent WBS Code, and Project ID
Method: get
Path: /primeapi/restapi/wbs/wbsCode/{code}/parentWbsCode/{parentCode}/projectId/{projectId}
View All Children in a WBS Hierarchy
Method: get
Path: /primeapi/restapi/wbs/{id}/childrenHierarchy
View WBS by Assigned Code Value
Method: get
Path: /primeapi/restapi/wbs/project/{id}/codeType/{typeId}/codeValue/{code}
View WBS by Assigned Configured Field Value
Method: get
Path: /primeapi/restapi/wbs/project/{id}/configuredField/{viewColumnName}/{value}
View WBS Children
Method: get
Path: /primeapi/restapi/wbs/children/{id}
View WBS Configured Fields
Method: get
Path: /primeapi/restapi/wbs/{id}/configuredFields