View Status Transition History Record by Project

get

/api/restapi/budgetChange/project/{projectId}/statusTransitionHistory

This endpoint returns status transition histories of project budget changes that meet the following requirements:
  • The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.
Budget changes represent modifications or adjustments to project 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<ApiEntityBudgetChangeStatusTransitionHistory>
Type: array
Title: List<ApiEntityBudgetChangeStatusTransitionHistory>
Show Source
Nested Schema : ApiEntityBudgetChangeStatusTransitionHistory
Type: object
Title: ApiEntityBudgetChangeStatusTransitionHistory
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