Get External WBS Sheet Data
GET /ws/rest/service/v2/wbs?project_number={project number}&sourceProjectId={sourceProjectId}
Purpose:
Retrieve externally synced WBS Sheet data in a specified Unifier Shell based on the source_project_id and project_number provided in the request parameters.
Retrieve WBS Sheet data for a manual WBS Sheet based on the project_number provided in the request.
Permissions:
The user must have the required WBS Sheet Services permissions under the Activity Manager.
Details:
There are two types of WBS Code data the user can get from the source application.
- Manual (sourceProjectId is not required. Only project_number is required.)
/ws/rest/service/v2/wbs?project_number={project number}
- System (sourceProjectId and project_number are required fields.)
/ws/rest/service/v2/wbs?project_number={project number}&sourceProjectId={sourceProjectId}
This API will fetch the current WBS Code data for both types based on the request pattern.
Sample Response:
{
"data": [
{
"id": 28853,
"uuu_cmwbs_code": "A1083",
"uuu_cmwbs_name": "WBS1",
"uuu_P6WBSPath": "P-0056.A1083",
"uuu_cmwbs_status": "Active",
"uuu_P6ETCComputeType": 4,
"uuu_P6ETCUserValue": 0.01
},
{
"id": 28854,
"uuu_cmwbs_code": "A1084",
"uuu_cmwbs_name": "WBS2",
"uuu_P6WBSPath": "P-0056.A1083.A1084",
"uuu_cmwbs_status": "Active",
"uuu_P6ETCComputeType": 4,
"uuu_P6ETCUserValue": 0.01
}
],
"message": [
"success"
],
"status": 200,
"rest_audit_id": 11873
}
Related Topics
Last Published Tuesday, July 1, 2025