View A Project Budget Status Transition History by Project
get
/primeapi/restapi/projectBudget/project/{id}/statusTransitionHistory
This endpoint returns a project budget status transition history that meet the following requirements:
- The object has a project with an ID value that matches the value of the {projectId} path parameter.
Request
Path Parameters
-
id: integer(int64)
Project id for which Budget Status Transition History has to be found.
Response
Supported Media Types
- application/json
200 Response
successful operation
Nested Schema : ApiEntityProjectBudgetStatusTransitionHistory
Type:
Show Source
object
-
comment(optional):
string
Comments included by the user who changed the status of the record.
-
date(optional):
string(date-time)
The date the status of the record was changed.
-
link(optional):
string(url)
Read Only:
true
-
projectBudgetId(optional):
integer(int64)
The system-generated identifier of a project budget.
-
projectBudgetStatusTransitionHistoryId(optional):
integer(int64)
The system-generated identifier of project budget status transition history. This value should not be provided in create operation request data, however, it is required for update requests.
-
statusTransitionType(optional):
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 change.
204 Response
Successful operation with no content.
404 Response
The requested status transition history does not exist, or you do not have access to it.