View Program Budget Transfers by Program Budget

get

/api/restapi/programBudgetTransfer/programBudget/{programBudgetId}

This endpoint returns program budget transfers that meet the following requirements:
  • The object is associated with a program budget with an ID value that matches the value of the {programBudgetId} path parameter.
Program Budget transfers represent adjustments to program 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<ApiEntityProgramBudgetTransfer>
Type: array
Title: List<ApiEntityProgramBudgetTransfer>
Show Source
Nested Schema : ApiEntityProgramBudgetTransfer
Type: object
Title: ApiEntityProgramBudgetTransfer
Show Source
Nested Schema : configuredFields
Type: array
The list of configured fields for a program budget transfer.
Show Source
Nested Schema : programBudgetTransferTransactions
Type: array
List of all program budget transfer transactions of a program budget transfer.
Show Source
Nested Schema : projectBudgetTransferTransactions
Type: array
List of all project budget transactions of a program budget transfer. This field represents the transactions which involves project budget item in a program budget transfer.
Show Source
Nested Schema : ApiEntityProgramBudgetTransferConfiguredFieldValue
Type: object
Title: ApiEntityProgramBudgetTransferConfiguredFieldValue
Show Source
Nested Schema : ApiEntityProgramBudgetTransferTransaction
Type: object
Title: ApiEntityProgramBudgetTransferTransaction
Show Source
Nested Schema : configuredFields
Type: array
The list of configured fields for a program budget transfer transaction.
Show Source
Nested Schema : programBudgetTransactionCost
The cost data of a program budget transaction.
Match All
Show Source
Nested Schema : ApiEntityProgramBudgetTransactionConfiguredFieldValue
Type: object
Title: ApiEntityProgramBudgetTransactionConfiguredFieldValue
Show Source
Nested Schema : ApiEntityProgramBudgetTransactionCost
Type: object
Title: ApiEntityProgramBudgetTransactionCost
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

204 Response

Successful operation with no content.

404 Response

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