GET api/workplan/{PlanId}/processhistory
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PlanId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of WorkPlanStageStep| Name | Description | Type | Additional information |
|---|---|---|---|
| StepId | globally unique identifier |
None. |
|
| StepName | string |
None. |
|
| Start | date |
None. |
|
| End | date |
None. |
|
| StepStarter | globally unique identifier |
None. |
|
| StepApprover | globally unique identifier |
None. |
|
| ApprovalState | ProcessState |
None. |
|
| StepState | WorkPlanStageStepState |
None. |
|
| Comments | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"StepId": "47bacbd2-2835-4a8b-8fc2-925b9aaf0bb4",
"StepName": "sample string 2",
"Start": "2026-07-01T16:20:11.8297447+00:00",
"End": "2026-07-01T16:20:11.8297447+00:00",
"StepStarter": "4cd7e9f6-59d3-4fbd-a239-08b9e68ece3c",
"StepApprover": "8bb12a69-5bca-490e-a3a2-522daddcefa4",
"ApprovalState": 0,
"StepState": 0,
"Comments": "sample string 7"
},
{
"StepId": "47bacbd2-2835-4a8b-8fc2-925b9aaf0bb4",
"StepName": "sample string 2",
"Start": "2026-07-01T16:20:11.8297447+00:00",
"End": "2026-07-01T16:20:11.8297447+00:00",
"StepStarter": "4cd7e9f6-59d3-4fbd-a239-08b9e68ece3c",
"StepApprover": "8bb12a69-5bca-490e-a3a2-522daddcefa4",
"ApprovalState": 0,
"StepState": 0,
"Comments": "sample string 7"
}
]