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 WorkPlanStageStepName | 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": "3fd098d9-0406-44dc-8288-7de0f4caab8d", "StepName": "sample string 2", "Start": "2025-10-19T09:08:51.0319362+00:00", "End": "2025-10-19T09:08:51.0319362+00:00", "StepStarter": "d7043754-6890-48d1-82c0-74d03f752cd4", "StepApprover": "b7037627-0de2-493a-b058-2111537da9c4", "ApprovalState": 0, "StepState": 0, "Comments": "sample string 7" }, { "StepId": "3fd098d9-0406-44dc-8288-7de0f4caab8d", "StepName": "sample string 2", "Start": "2025-10-19T09:08:51.0319362+00:00", "End": "2025-10-19T09:08:51.0319362+00:00", "StepStarter": "d7043754-6890-48d1-82c0-74d03f752cd4", "StepApprover": "b7037627-0de2-493a-b058-2111537da9c4", "ApprovalState": 0, "StepState": 0, "Comments": "sample string 7" } ]