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": "59e58cd0-cf88-40df-ad37-0cfd136dad82", "StepName": "sample string 2", "Start": "2025-05-23T21:31:25.628199+00:00", "End": "2025-05-23T21:31:25.628199+00:00", "StepStarter": "aabd8b14-9de1-4fd9-9267-7edd3a79529e", "StepApprover": "15066824-6c61-4160-8591-1c420eb396f9", "ApprovalState": 0, "StepState": 0, "Comments": "sample string 7" }, { "StepId": "59e58cd0-cf88-40df-ad37-0cfd136dad82", "StepName": "sample string 2", "Start": "2025-05-23T21:31:25.628199+00:00", "End": "2025-05-23T21:31:25.628199+00:00", "StepStarter": "aabd8b14-9de1-4fd9-9267-7edd3a79529e", "StepApprover": "15066824-6c61-4160-8591-1c420eb396f9", "ApprovalState": 0, "StepState": 0, "Comments": "sample string 7" } ]