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": "fb1b27e5-4e1e-4d0c-91be-7d5f9f932a33",
"StepName": "sample string 2",
"Start": "2026-06-05T16:23:32.9517911+00:00",
"End": "2026-06-05T16:23:32.9517911+00:00",
"StepStarter": "0722ddcd-8a8d-4076-9105-4dfe2e5214de",
"StepApprover": "a06558c2-8f8e-4307-af04-db7345ee0e29",
"ApprovalState": 0,
"StepState": 0,
"Comments": "sample string 7"
},
{
"StepId": "fb1b27e5-4e1e-4d0c-91be-7d5f9f932a33",
"StepName": "sample string 2",
"Start": "2026-06-05T16:23:32.9517911+00:00",
"End": "2026-06-05T16:23:32.9517911+00:00",
"StepStarter": "0722ddcd-8a8d-4076-9105-4dfe2e5214de",
"StepApprover": "a06558c2-8f8e-4307-af04-db7345ee0e29",
"ApprovalState": 0,
"StepState": 0,
"Comments": "sample string 7"
}
]