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": "d1ed914d-b292-4377-8821-3b0b42608aa2",
"StepName": "sample string 2",
"Start": "2025-12-02T12:46:03.2303828+00:00",
"End": "2025-12-02T12:46:03.2303828+00:00",
"StepStarter": "a38a347a-9e12-448b-a03b-586f0b05046e",
"StepApprover": "53a1db28-8817-4586-8152-f5fb24080cd3",
"ApprovalState": 0,
"StepState": 0,
"Comments": "sample string 7"
},
{
"StepId": "d1ed914d-b292-4377-8821-3b0b42608aa2",
"StepName": "sample string 2",
"Start": "2025-12-02T12:46:03.2303828+00:00",
"End": "2025-12-02T12:46:03.2303828+00:00",
"StepStarter": "a38a347a-9e12-448b-a03b-586f0b05046e",
"StepApprover": "53a1db28-8817-4586-8152-f5fb24080cd3",
"ApprovalState": 0,
"StepState": 0,
"Comments": "sample string 7"
}
]