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": "b756be9a-92c0-4598-8e10-2f589bb27af4",
"StepName": "sample string 2",
"Start": "2026-02-01T14:07:48.6981326+00:00",
"End": "2026-02-01T14:07:48.6981326+00:00",
"StepStarter": "879e04c3-37f5-4a9b-96dc-e726f45fd84f",
"StepApprover": "64722a26-8c56-49fb-b747-87bc87360b64",
"ApprovalState": 0,
"StepState": 0,
"Comments": "sample string 7"
},
{
"StepId": "b756be9a-92c0-4598-8e10-2f589bb27af4",
"StepName": "sample string 2",
"Start": "2026-02-01T14:07:48.6981326+00:00",
"End": "2026-02-01T14:07:48.6981326+00:00",
"StepStarter": "879e04c3-37f5-4a9b-96dc-e726f45fd84f",
"StepApprover": "64722a26-8c56-49fb-b747-87bc87360b64",
"ApprovalState": 0,
"StepState": 0,
"Comments": "sample string 7"
}
]