Returns the PBS children for the specified PBS ID.

get

/primeapi/restapi/v16.2/pbs/children/{id}

Request

Path Parameters
id
Type: integer (int64)
Required: true
ID of the PBS whose children have to be found.

Response

Supported Media Types
  • application/json
200 Response
successful operation
Body
Root Schema : ApiEntityPBS
Type: object
Nested Schema : ApiEntityPBSFlexCost
Type: object
Nested Schema : ApiEntityPBSFlexOther
Type: object
Nested Schema : ApiEntityPBSFlexText
Type: object
Nested Schema : flexMap
Type: object
Lists all configured cost fields assigned to the PBS 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 PBS 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 PBS with its corresponding value as a (key,value) pair.
Nested Schema : additionalProperties
Type: object
404 Response
The PBS do not exist or you do not have access to it.