View all Project Budget Items by Parent

get

/api/restapi/budgetItem/byParent

Send a request to this endpoint to view all project budget items under parent with codes matching the code fields in query parameters.

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<ApiEntityBudgetItem>
Type: array
Title: List<ApiEntityBudgetItem>
Show Source
Nested Schema : ApiEntityBudgetItem
Type: object
Title: ApiEntityBudgetItem
Show Source
Nested Schema : budgetItemCost
Contains Budget Item cost related fields.
Match All
Show Source
Nested Schema : cbsCodes
Type: array
List of cbs codes in hierarchy for the CBS which needs to be associated with the item. This field is not populated as part of the API response since it is a write-only field, used only for the create or update APIs.
Show Source
Nested Schema : configuredFields
Type: array
The list of configured fields for a budget item.
Show Source
Nested Schema : ApiEntityBudgetItemCost
Type: object
Title: ApiEntityBudgetItemCost
Show Source
Nested Schema : ApiEntityBudgetItemConfiguredFieldValue
Type: object
Title: ApiEntityBudgetItemConfiguredFieldValue
Show Source

204 Response

Successful operation with no content.

404 Response

The requested object does not exist, or you do not have access to it.
Back to Top