View all Program Budget Status Transition History by Program
get
/api/restapi/programBudget/program/{programId}/statusTransitionHistory
This endpoint returns a program budget status transition history that meet the following requirements:
- The object is associated with a program with an ID value that matches the value of the {programId} path parameter.
Request
Path Parameters
-
programId(required): integer(int64)
The system-generated unique identifier of a program.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : List<ApiEntityProgramBudgetStatusTransitionHistory>
Type:
arrayTitle:
Show Source
List<ApiEntityProgramBudgetStatusTransitionHistory>-
Array of:
object ApiEntityProgramBudgetStatusTransitionHistory
Title:
ApiEntityProgramBudgetStatusTransitionHistory
Nested Schema : ApiEntityProgramBudgetStatusTransitionHistory
Type:
objectTitle:
Show Source
ApiEntityProgramBudgetStatusTransitionHistory-
comment: string
Minimum Length:
0Maximum Length:4000Comments included by the user who changed the status of the record. -
date: string
(date-time)
Read Only:
trueThe 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. -
programBudgetId: integer
(int64)
The ID of the program budget.
-
programBudgetStatusTransitionHistoryId: integer
(int64)
A unique identifier for the change.
-
statusTransitionType: string
Read Only:
trueAllowed Values:[ "SUBMIT", "APPROVE", "WITHDRAW_APPROVAL", "REJECT", "DRAFT" ]The date the status of the record was changed. -
updateDate: string
(date-time)
Read Only:
trueDate when the record was last updated. -
userId: integer
(int64)
Read Only:
trueThe user who changed the status of the record. -
userName: string
Read Only:
trueMaximum Length:255The username of the user who changed the status of the record.
204 Response
Successful operation with no content.
404 Response
The requested program does not exist, or you do not have access to it.