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
- description
-
Type:
string
Required:true
Allowed Values:[ "Length[0-4000]" ]
A summary of the purpose for the WBS. - isDelete
-
Type:
boolean
Default Value:false
- managerId
-
Type:
integer
(int64
)The manager or person responsible for monitoring and providing status on the WBS. - parentCode
-
Type:
string
- parentWbsId
-
Type:
integer
(int64
)The name of the parent WBS. - projectId
-
Type:
integer
(int64
) - sequenceNumber
-
Type:
integer
(int32
)Required:true
- wbsCode
-
Type:
string
Allowed Values:[ "Length[1-60]" ]
The unique identifier for the WBS. - wbsFlexCost
-
Type:
object
ApiEntityWBSFlexCost - wbsFlexOther
-
Type:
object
ApiEntityWBSFlexOther - wbsFlexText
-
Type:
object
ApiEntityWBSFlexText - wbsId
-
Type:
integer
(int64
)Required:true
- wbsName
-
Type:
string
Allowed Values:[ "Length[1-255]" ]
The name of the WBS.
Nested Schema : ApiEntityWBSFlexCost
Type:
object
- flexMap
-
Type:
object
flexMapAdditional Properties Allowed: additionalPropertiesLists all configured cost fields assigned to the WBS with its corresponding value as a (key,value) pair. - wbs
-
Type:
object
ApiEntityWBS - wbsId
-
Type:
integer
(int64
)
Nested Schema : ApiEntityWBSFlexOther
Type:
object
- flexMap
-
Type:
object
flexMapAdditional Properties Allowed: additionalPropertiesLists all configured date, number, integer fields assigned to the WBS with its corresponding value as a (key,value) pair. - wbs
-
Type:
object
ApiEntityWBS - wbsId
-
Type:
integer
(int64
)
Nested Schema : ApiEntityWBSFlexText
Type:
object
- flexMap
-
Type:
object
flexMapAdditional Properties Allowed: additionalPropertiesLists all configured text fields assigned to the WBS with its corresponding value as a (key,value) pair. - wbs
-
Type:
object
ApiEntityWBS - wbsId
-
Type:
integer
(int64
)
Nested Schema : flexMap
Type:
object
-
Type:
object
additionalProperties
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
-
Type:
object
additionalProperties
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
-
Type:
object
additionalProperties
Lists all configured text fields assigned to the WBS with its corresponding value as a (key,value) pair.
Nested Schema : additionalProperties
Type:
object