View Integrated Budget Items

get

/api/restapi/budgetItem/externallySourced

This endpoint returns all integrated budget item objects.

Request

There are no request parameters for this operation.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<ApiEntityExternallySourcedBudgetItem>
Type: array
Title: List<ApiEntityExternallySourcedBudgetItem>
Show Source
  • ApiEntityExternallySourcedBudgetItem
    Title: ApiEntityExternallySourcedBudgetItem
    This entity represents a ExternallySourcedBudgetItem object, a unique ExternallySourcedBudgetItem object can be identified by the following combinations of the fields.
    • budgetItemId
    • budgetItemCode,projectId
    • budgetItemCode,projectCode,workspaceCode
Nested Schema : ApiEntityExternallySourcedBudgetItem
Type: object
Title: ApiEntityExternallySourcedBudgetItem
This entity represents a ExternallySourcedBudgetItem object, a unique ExternallySourcedBudgetItem object can be identified by the following combinations of the fields.
  • budgetItemId
  • budgetItemCode,projectId
  • budgetItemCode,projectCode,workspaceCode
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.
Back to Top