WBS REST Endpoints
    
        WBS
    
The project work breakdown structure (WBS) is a hierarchical arrangement of the products and services produced during and by a project. Each element of a WBS may contain more-detailed WBS elements, activities, or both. WBS are hierarchical objects.
This business object supports user defined fields (UDFs). Use the UDFValue business object to assign UDFs.
- Copy WBS from Template
- Method: postPath:/wbs/copyWBSFromTemplate
- Create WBS
- Method: postPath:/wbs
- Delete WBS
- Method: deletePath:/wbs
- Read Activity WBS Path
- Method: getPath:/wbs/readActivityWBSPath
- Read All WBS
- Method: getPath:/wbs/readAllWBS
- Read WBS
- Method: getPath:/wbs
- Read WBS Path
- Method: getPath:/wbs/readWBSPath
- Update WBS
- Method: putPath:/wbs
- View WBS Field Length
- Method: getPath:/wbs/getFieldLength/{fieldName}
- View WBS fields
- Method: getPath:/wbs/fields