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": "cc8ed5f1-cab0-4610-9a88-a482ec694f26", "StepName": "sample string 2", "Start": "2024-12-18T20:06:24.4417239+00:00", "End": "2024-12-18T20:06:24.4417239+00:00", "StepStarter": "00431388-fd00-4ddd-85dd-8c33640c8d9a", "StepApprover": "a22f8248-b75c-4223-8532-b886d07f1cff", "ApprovalState": 0, "StepState": 0, "Comments": "sample string 7" }, { "StepId": "cc8ed5f1-cab0-4610-9a88-a482ec694f26", "StepName": "sample string 2", "Start": "2024-12-18T20:06:24.4417239+00:00", "End": "2024-12-18T20:06:24.4417239+00:00", "StepStarter": "00431388-fd00-4ddd-85dd-8c33640c8d9a", "StepApprover": "a22f8248-b75c-4223-8532-b886d07f1cff", "ApprovalState": 0, "StepState": 0, "Comments": "sample string 7" } ]