View Linked Project Budget Item Transactions by Program Budget ID

get

/api/restapi/programBudget/{programBudgetId}/linkedProjectTransactions

This endpoint returns program budget transactions 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 transactions capture the program budget transfers and program budget changes for program budgets.
This API returns only the transaction wherein the project budget item is either the source or destination in the transaction under a program budget.

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<ApiEntityBudgetTransaction>
Type: array
Title: List<ApiEntityBudgetTransaction>
Show Source
Nested Schema : ApiEntityBudgetTransaction
Type: object
Title: ApiEntityBudgetTransaction
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 does not exist, or you do not have access to it.
Back to Top