GET Api/ScheduleApi/Getworkflowhistory?scheduleId={scheduleId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
scheduleId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ScheduleWorkFlowHistoryDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
WorkflowStatus | string |
None. |
|
UpdatedOn | date |
None. |
|
UpdatedBy | integer |
None. |
|
scheduleId | integer |
None. |
|
UpdatedByInitialName | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "WorkflowStatus": "sample string 2", "UpdatedOn": "2025-05-25T19:25:14.6655191+04:00", "UpdatedBy": 1, "scheduleId": 4, "UpdatedByInitialName": "sample string 5" }, { "Id": 1, "WorkflowStatus": "sample string 2", "UpdatedOn": "2025-05-25T19:25:14.6655191+04:00", "UpdatedBy": 1, "scheduleId": 4, "UpdatedByInitialName": "sample string 5" } ]
text/html, multipart/form-data
Sample:
[{"Id":1,"WorkflowStatus":"sample string 2","UpdatedOn":"2025-05-25T19:25:14.6655191+04:00","UpdatedBy":1,"scheduleId":4,"UpdatedByInitialName":"sample string 5"},{"Id":1,"WorkflowStatus":"sample string 2","UpdatedOn":"2025-05-25T19:25:14.6655191+04:00","UpdatedBy":1,"scheduleId":4,"UpdatedByInitialName":"sample string 5"}]
application/xml, text/xml
Sample:
<ArrayOfScheduleWorkFlowHistoryDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSMChecklistFlow.DTO"> <ScheduleWorkFlowHistoryDTO> <Id>1</Id> <UpdatedBy>1</UpdatedBy> <UpdatedByInitialName>sample string 5</UpdatedByInitialName> <UpdatedOn>2025-05-25T19:25:14.6655191+04:00</UpdatedOn> <WorkflowStatus>sample string 2</WorkflowStatus> <scheduleId>4</scheduleId> </ScheduleWorkFlowHistoryDTO> <ScheduleWorkFlowHistoryDTO> <Id>1</Id> <UpdatedBy>1</UpdatedBy> <UpdatedByInitialName>sample string 5</UpdatedByInitialName> <UpdatedOn>2025-05-25T19:25:14.6655191+04:00</UpdatedOn> <WorkflowStatus>sample string 2</WorkflowStatus> <scheduleId>4</scheduleId> </ScheduleWorkFlowHistoryDTO> </ArrayOfScheduleWorkFlowHistoryDTO>