View Project Budget Item by Code and Project Budget

get

/api/restapi/budgetItem/projectBudget/{projectBudgetId}/code/{budgetItemCode}

This endpoint returns project budget items that meet the following requirements:
  • The object has a code that matches the value of the {budgetItemCode} path parameter.
  • The object is associated with a project budget with an ID value that matches the value of the {projectBudgetId} path parameter.
Budget items represent costs associated with labor or other project expenses.

Request

Path 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

404 Response

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