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": "a1612b36-6b76-4ff4-8354-4714df3b4967", "StepName": "sample string 2", "Start": "2025-07-08T19:29:21.9182542+00:00", "End": "2025-07-08T19:29:21.9182542+00:00", "StepStarter": "a90bc97f-d13c-4778-b110-c65631155e56", "StepApprover": "ce45681d-7f15-4c85-9719-e99653d9c8e7", "ApprovalState": 0, "StepState": 0, "Comments": "sample string 7" }, { "StepId": "a1612b36-6b76-4ff4-8354-4714df3b4967", "StepName": "sample string 2", "Start": "2025-07-08T19:29:21.9182542+00:00", "End": "2025-07-08T19:29:21.9182542+00:00", "StepStarter": "a90bc97f-d13c-4778-b110-c65631155e56", "StepApprover": "ce45681d-7f15-4c85-9719-e99653d9c8e7", "ApprovalState": 0, "StepState": 0, "Comments": "sample string 7" } ]