View Program Budget Change Status Transition History Records by Program Budget Change

get

/api/restapi/programBudgetChange/{programBudgetChangeId}/statusTransitionHistory

This endpoint returns status transition history records of a program budget change that meet the following requirements:
  • The object is associated with a program budget change with an ID value that matches the value of the {programBudgetChangeId} path parameter.
Program Budget changes represent modifications or adjustments to program budgets.

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<ApiEntityProgramBudgetChangeStatusTransitionHistory>
Type: array
Title: List<ApiEntityProgramBudgetChangeStatusTransitionHistory>
Show Source
Nested Schema : ApiEntityProgramBudgetChangeStatusTransitionHistory
Type: object
Title: ApiEntityProgramBudgetChangeStatusTransitionHistory
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