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": "be43851f-3707-4c11-bd38-9ac183ea1e38", "StepName": "sample string 2", "Start": "2025-04-04T02:39:12.2194368+00:00", "End": "2025-04-04T02:39:12.2194368+00:00", "StepStarter": "de420a6c-ceac-476e-9487-6a72ed0d5803", "StepApprover": "2419fb32-5b8b-4f32-b520-48a920230524", "ApprovalState": 0, "StepState": 0, "Comments": "sample string 7" }, { "StepId": "be43851f-3707-4c11-bd38-9ac183ea1e38", "StepName": "sample string 2", "Start": "2025-04-04T02:39:12.2194368+00:00", "End": "2025-04-04T02:39:12.2194368+00:00", "StepStarter": "de420a6c-ceac-476e-9487-6a72ed0d5803", "StepApprover": "2419fb32-5b8b-4f32-b520-48a920230524", "ApprovalState": 0, "StepState": 0, "Comments": "sample string 7" } ]