GET api/workplan/{PlanId}/processhistory

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PlanId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of WorkPlanStageStep
NameDescriptionTypeAdditional 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": "d0caeaf8-09e6-45c3-948a-63e956ca4b06",
    "StepName": "sample string 2",
    "Start": "2024-10-18T08:39:46.8680106+00:00",
    "End": "2024-10-18T08:39:46.8680106+00:00",
    "StepStarter": "2c17b163-5797-496b-b6a1-53c153a5d854",
    "StepApprover": "18c9bb97-d551-48ae-9419-ca3365798834",
    "ApprovalState": 0,
    "StepState": 0,
    "Comments": "sample string 7"
  },
  {
    "StepId": "d0caeaf8-09e6-45c3-948a-63e956ca4b06",
    "StepName": "sample string 2",
    "Start": "2024-10-18T08:39:46.8680106+00:00",
    "End": "2024-10-18T08:39:46.8680106+00:00",
    "StepStarter": "2c17b163-5797-496b-b6a1-53c153a5d854",
    "StepApprover": "18c9bb97-d551-48ae-9419-ca3365798834",
    "ApprovalState": 0,
    "StepState": 0,
    "Comments": "sample string 7"
  }
]