Home / API Documentation

Get List of WorkOrders by Scheduled Date Range

Method: GET api/v1/WorkOrder/GetWorkOrderListByScheduleDateRange?fromdate={fromdate}&todate={todate}&page={page}&pagelimit={pagelimit}

Response Format:

application/json

Required Parameters Description Additional information
fromdate

Define this parameter in the request URI.

todate

Define this parameter in the request URI.

page

Define this parameter in the request URI.

pagelimit

Define this parameter in the request URI.

application/json, text/json

Sample Response:
                        [
  {
    "workorderid": 1,
    "accountid": 2,
    "accountnum": "sample string 3"
  },
  {
    "workorderid": 1,
    "accountid": 2,
    "accountnum": "sample string 3"
  }
];