View Project Budget Transfers by Project

get

/api/restapi/budgetTransfer/project/{projectId}

This endpoint returns project budget transfers that meet the following requirements:
  • The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.
Budget transfers represent adjustments to budget line item costs, and capture costs that were moved from one line item to another.

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<ApiEntityBudgetTransfer>
Type: array
Title: List<ApiEntityBudgetTransfer>
Show Source
Nested Schema : ApiEntityBudgetTransfer
Type: object
Title: ApiEntityBudgetTransfer
Show Source
Nested Schema : budgetTransactions
Type: array
List of all budget transactions for the project budget transfer.
Show Source
Nested Schema : configuredFields
Type: array
The list of configured fields for a budget transfer.
Show Source
Nested Schema : ApiEntityBudgetTransferTransaction
Type: object
Title: ApiEntityBudgetTransferTransaction
Show Source
Nested Schema : budgetTransactionCost
The cost of a budget transaction.
Match All
Show Source
Nested Schema : configuredFields
Type: array
The list of configured fields for a budget transfer transaction.
Show Source
Nested Schema : ApiEntityBudgetTransactionCost
Type: object
Title: ApiEntityBudgetTransactionCost
Show Source
Nested Schema : ApiEntityBudgetTransactionConfiguredFieldValue
Type: object
Title: ApiEntityBudgetTransactionConfiguredFieldValue
Show Source
Nested Schema : ApiEntityBudgetTransferConfiguredFieldValue
Type: object
Title: ApiEntityBudgetTransferConfiguredFieldValue
Show Source

204 Response

Successful operation with no content.

404 Response

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