Returns list of wbs specifies by assigned code value.
get
/primeapi/restapi/v16.2/wbs/project/{id}/codeType/{typeId}/codeValue/{code}
Request
Path Parameters
- code
-
Type:
stringRequired:true- id
Type:integer(int64)Required:true- typeId
Type:integer(int64)Required:true
Response
Supported Media Types
- application/json
200 Response
successful operation
Body
Root Schema : ApiEntityWBS
Type:
object- description
-
Type:
stringRequired:trueAllowed Values:[ "Length[0-4000]" ]A summary of the purpose for the WBS. - isDelete
-
Type:
booleanDefault 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:
stringAllowed Values:[ "Length[1-60]" ]The unique identifier for the WBS. - wbsFlexCost
-
Type:
objectApiEntityWBSFlexCost - wbsFlexOther
-
Type:
objectApiEntityWBSFlexOther - wbsFlexText
-
Type:
objectApiEntityWBSFlexText - wbsId
-
Type:
integer(int64)Required:true - wbsName
-
Type:
stringAllowed Values:[ "Length[1-255]" ]The name of the WBS.
Nested Schema : ApiEntityWBSFlexCost
Type:
object- flexMap
-
Type:
objectflexMapAdditional Properties Allowed: additionalPropertiesLists all configured cost fields assigned to the WBS with its corresponding value as a (key,value) pair. - wbs
-
Type:
objectApiEntityWBS - wbsId
-
Type:
integer(int64)
Nested Schema : ApiEntityWBSFlexOther
Type:
object- flexMap
-
Type:
objectflexMapAdditional Properties Allowed: additionalPropertiesLists all configured date, number, integer fields assigned to the WBS with its corresponding value as a (key,value) pair. - wbs
-
Type:
objectApiEntityWBS - wbsId
-
Type:
integer(int64)
Nested Schema : ApiEntityWBSFlexText
Type:
object- flexMap
-
Type:
objectflexMapAdditional Properties Allowed: additionalPropertiesLists all configured text fields assigned to the WBS with its corresponding value as a (key,value) pair. - wbs
-
Type:
objectApiEntityWBS - wbsId
-
Type:
integer(int64)
Nested Schema : flexMap
Type:
object-
Type:
objectadditionalProperties
Lists all configured cost fields assigned to the WBS with its corresponding value as a (key,value) pair.
Nested Schema : additionalProperties
Type:
objectNested Schema : flexMap
Type:
object-
Type:
objectadditionalProperties
Lists all configured date, number, integer fields assigned to the WBS with its corresponding value as a (key,value) pair.
Nested Schema : additionalProperties
Type:
objectNested Schema : flexMap
Type:
object-
Type:
objectadditionalProperties
Lists all configured text fields assigned to the WBS with its corresponding value as a (key,value) pair.
Nested Schema : additionalProperties
Type:
object