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.
Request
Path Parameters
-
projectId(required): integer(int64)
The system-generated identifier of a project.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : List<ApiEntityBudgetChangeStatusTransitionHistory>
Type:
arrayTitle:
Show Source
List<ApiEntityBudgetChangeStatusTransitionHistory>-
Array of:
object ApiEntityBudgetChangeStatusTransitionHistory
Title:
ApiEntityBudgetChangeStatusTransitionHistory
Nested Schema : ApiEntityBudgetChangeStatusTransitionHistory
Type:
objectTitle:
Show Source
ApiEntityBudgetChangeStatusTransitionHistory-
budgetChangeId: integer
(int64)
The system-generated identifier of a budget change.
-
budgetChangeStatusTransitionHistoryId: integer
(int64)
The system-generated identifier of a budget change status transition history.
-
comment: string
Minimum Length:
0Maximum Length:4000Comments included by the user who changed the status of the record. -
date: string
(date-time)
The date the status of the record was changed.
-
link: string
(url)
Read Only:
trueThe self-link to the object. This field is populated only in the responses generated by the batch create APIs. -
statusTransitionType: string
Allowed Values:
[ "SUBMIT", "APPROVE", "WITHDRAW_APPROVAL", "REJECT", "DRAFT" ]The type of change made to the record. -
updateDate: string
(date-time)
Read Only:
trueDate when the record was last updated. -
userId: integer
(int64)
The user who changed the status of the record.
-
userName: string
Maximum Length:
255The name of a user associated with the status transition history.
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.