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": "b8c4412b-2189-4021-9669-bbdb80664311", "StepName": "sample string 2", "Start": "2025-07-16T02:03:52.6910592+00:00", "End": "2025-07-16T02:03:52.6910592+00:00", "StepStarter": "322eebc2-2cf0-4461-980f-deb203726fea", "StepApprover": "923eb165-4423-4f48-b080-d11aac24eccd", "ApprovalState": 0, "StepState": 0, "Comments": "sample string 7" }, { "StepId": "b8c4412b-2189-4021-9669-bbdb80664311", "StepName": "sample string 2", "Start": "2025-07-16T02:03:52.6910592+00:00", "End": "2025-07-16T02:03:52.6910592+00:00", "StepStarter": "322eebc2-2cf0-4461-980f-deb203726fea", "StepApprover": "923eb165-4423-4f48-b080-d11aac24eccd", "ApprovalState": 0, "StepState": 0, "Comments": "sample string 7" } ]