Returns the WBS for the specified WBS code,parent WBS code and project Id.

get

/primeapi/restapi/v16.2/wbs/WbsCode/{code}/ParentWbsCode/{parentCode}/ProjectId/{projectId}

Request

Path Parameters
code
Type: string
Required: true
parentCode
Type: string
Required: true
projectId
Type: integer (int64)
Required: true

Response

Supported Media Types
  • application/json
200 Response
successful operation
Body
Root Schema : ApiEntityWBS
Type: object
Nested Schema : ApiEntityWBSFlexCost
Type: object
Nested Schema : ApiEntityWBSFlexOther
Type: object
Nested Schema : ApiEntityWBSFlexText
Type: object
Nested Schema : flexMap
Type: object
Lists all configured cost fields assigned to the WBS with its corresponding value as a (key,value) pair.
Nested Schema : additionalProperties
Type: object
Nested Schema : flexMap
Type: object
Lists all configured date, number, integer fields assigned to the WBS with its corresponding value as a (key,value) pair.
Nested Schema : additionalProperties
Type: object
Nested Schema : flexMap
Type: object
Lists all configured text fields assigned to the WBS with its corresponding value as a (key,value) pair.
Nested Schema : additionalProperties
Type: object