POST api/WFGetSchedules

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "ScheduleItemList": [
    {
      "ScheduleId": "sample string 1",
      "ScheduleName": "sample string 2"
    },
    {
      "ScheduleId": "sample string 1",
      "ScheduleName": "sample string 2"
    },
    {
      "ScheduleId": "sample string 1",
      "ScheduleName": "sample string 2"
    }
  ]
}