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": "3c9466af-e243-4701-a67d-ef1514e6ac9c",
"StepName": "sample string 2",
"Start": "2026-07-21T13:07:14.7639563+00:00",
"End": "2026-07-21T13:07:14.7639563+00:00",
"StepStarter": "8e7e401e-4a02-45f0-8ebb-b8c63f301050",
"StepApprover": "d298cafb-bb2d-4948-93d7-e72a56ec564c",
"ApprovalState": 0,
"StepState": 0,
"Comments": "sample string 7"
},
{
"StepId": "3c9466af-e243-4701-a67d-ef1514e6ac9c",
"StepName": "sample string 2",
"Start": "2026-07-21T13:07:14.7639563+00:00",
"End": "2026-07-21T13:07:14.7639563+00:00",
"StepStarter": "8e7e401e-4a02-45f0-8ebb-b8c63f301050",
"StepApprover": "d298cafb-bb2d-4948-93d7-e72a56ec564c",
"ApprovalState": 0,
"StepState": 0,
"Comments": "sample string 7"
}
]