View Status Transition History Records by Program Budget Transfer

get

/api/restapi/programBudgetTransfer/{programBudgetTransferId}/statusTransitionHistory

This endpoint returns status transition histories of program budget transfers that meet the following requirements:
  • The object is associated with a program budget transfer with an ID value that matches the value of the {programBudgetTransferId} 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<ApiEntityProgramBudgetTransferStatusTransitionHistory>
Type: array
Title: List<ApiEntityProgramBudgetTransferStatusTransitionHistory>
Show Source
Nested Schema : ApiEntityProgramBudgetTransferStatusTransitionHistory
Type: object
Title: ApiEntityProgramBudgetTransferStatusTransitionHistory
Show Source

204 Response

Successful operation with no content.

404 Response

The requested status transition history record does not exist, or you do not have access to it.
Back to Top