View Status Transition History Record by Budget Change
get
/primeapi/restapi/budgetChange/{id}/statusTransitionHistory
This endpoint returns status transition histories of budget changes that meet the following requirements:
- The object has an ID that matches the value of the {id} path parameter.
Request
Path Parameters
-
id: integer(int64)
The system-generated identifier of a budget change.
Response
Supported Media Types
- application/json
200 Response
successful operation
Nested Schema : ApiEntityBudgetChangeStatusTransitionHistory
Type:
Show Source
object
-
budgetChangeId(optional):
integer(int64)
The system-generated identifier of a budget change.
-
budgetChangeStatusTransitionHistoryId(optional):
integer(int64)
The system-generated identifier of a budget change status transition history. This value should not be provided in create operation request data, however, it is required for update requests.
-
comment(optional):
string
Comments 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(optional):
string(url)
Read Only:
true
-
statusTransitionType:
string
Allowed Values:
[ "SUBMIT", "APPROVE", "WITHDRAW_APPROVAL", "REJECT" ]
The type of change made to the record. -
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response. -
userId(optional):
integer(int64)
The user who changed the status of the record.
-
userName:
string
The 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.