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": "a04464bc-4c7a-48cb-aff7-bb3b7595d5cc", "StepName": "sample string 2", "Start": "2025-09-03T18:16:26.2558106+00:00", "End": "2025-09-03T18:16:26.2558106+00:00", "StepStarter": "31480a34-1c4d-47ec-9853-56c963e35186", "StepApprover": "b63c1b75-6fec-426c-95e2-29b4e06164c1", "ApprovalState": 0, "StepState": 0, "Comments": "sample string 7" }, { "StepId": "a04464bc-4c7a-48cb-aff7-bb3b7595d5cc", "StepName": "sample string 2", "Start": "2025-09-03T18:16:26.2558106+00:00", "End": "2025-09-03T18:16:26.2558106+00:00", "StepStarter": "31480a34-1c4d-47ec-9853-56c963e35186", "StepApprover": "b63c1b75-6fec-426c-95e2-29b4e06164c1", "ApprovalState": 0, "StepState": 0, "Comments": "sample string 7" } ]