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. Update Keys : 'wbsId'
Create a WBS
Method: post
Path: /api/restapi/wbs
Delete a WBS
Method: delete
Path: /api/restapi/wbs/{wbsId}
Delete all WBS Children
Method: delete
Path: /api/restapi/wbs/children/{wbsId}
Update a WBS
Method: put
Path: /api/restapi/wbs
View a WBS
Method: get
Path: /api/restapi/wbs/{wbsId}
View a WBS by Code
Method: get
Path: /api/restapi/wbs/project/{projectId}/code/{wbsCode}
View a WBS by WBS Code, Parent WBS Code, and Project ID
Method: get
Path: /api/restapi/wbs/wbsCode/{wbsCode}/parentWbsCode/{parentCode}/projectId/{projectId}
View all Children in a WBS Hierarchy
Method: get
Path: /api/restapi/wbs/{wbsId}/childrenHierarchy
View all WBS by Assigned Code Value
Method: get
Path: /api/restapi/wbs/project/{projectId}/codeType/{codeTypeId}/codeValue/{codeValueCode}
View all WBS by Assigned Configured Field Value
Method: get
Path: /api/restapi/wbs/project/{projectId}/configuredField/{viewColumnName}/{value}
View all WBS by Name
Method: get
Path: /api/restapi/wbs/project/{projectId}/name/{wbsName}
View all WBS by Project
Method: get
Path: /api/restapi/wbs/project/{projectId}
View all WBS Children
Method: get
Path: /api/restapi/wbs/children/{wbsId}