GET
/public/v1/projects/{projectId}/wbs
curl \
--request GET 'https://live.smartpmtech.com/public/v1/projects/{projectId}/wbs' \
--header "X-API-KEY: $API_KEY" \
--header "X-COMPANY-ID: string"
Response examples (500)
{}
Response examples (200)
[
{
"id": 1,
"parentWBSId": 0,
"sequenceNumber": 10,
"code": "WBS-001",
"name": "Foundation Work"
}
]