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: postPath:
/api/restapi/wbs - Delete a WBS
- Method: deletePath:
/api/restapi/wbs/{wbsId} - Delete all WBS Children
- Method: deletePath:
/api/restapi/wbs/children/{wbsId} - Update a WBS
- Method: putPath:
/api/restapi/wbs - View a WBS
- Method: getPath:
/api/restapi/wbs/{wbsId} - View a WBS by Code
- Method: getPath:
/api/restapi/wbs/project/{projectId}/code/{wbsCode} - View a WBS by WBS Code, Parent WBS Code, and Project ID
- Method: getPath:
/api/restapi/wbs/wbsCode/{wbsCode}/parentWbsCode/{parentCode}/projectId/{projectId} - View all Children in a WBS Hierarchy
- Method: getPath:
/api/restapi/wbs/{wbsId}/childrenHierarchy - View all WBS by Assigned Code Value
- Method: getPath:
/api/restapi/wbs/project/{projectId}/codeType/{codeTypeId}/codeValue/{codeValueCode} - View all WBS by Assigned Configured Field Value
- Method: getPath:
/api/restapi/wbs/project/{projectId}/configuredField/{viewColumnName}/{value} - View all WBS by Name
- Method: getPath:
/api/restapi/wbs/project/{projectId}/name/{wbsName} - View all WBS by Project
- Method: getPath:
/api/restapi/wbs/project/{projectId} - View all WBS Children
- Method: getPath:
/api/restapi/wbs/children/{wbsId} - View WBS Notebook Topics
- Method: getPath:
/api/restapi/wbs/notebookTopic/project/{projectId}