View Program Budget Transactions By Program ID

get

/api/restapi/programBudget/program/{programId}/transactions

This endpoint returns program budget transactions that meet the following requirements:
  • The object belongs to a program with an ID value that matches the value of the {programId} path parameter.
Program budget transactions capture the program budget transfers and program budget changes for program budgets. This API returns only the transactions wherein the program 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<ApiEntityProgramBudgetTransaction>
Type: array
Title: List<ApiEntityProgramBudgetTransaction>
Show Source
Nested Schema : ApiEntityProgramBudgetTransaction
Type: object
Title: ApiEntityProgramBudgetTransaction
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

204 Response

Successful operation with no content.

404 Response

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