Home / API Documentation

Get List of WorkOrders by Scheduled Date Range

Method: GET api/v1/WorkOrder/GetWorkOrderListByScheduleDateRange?from={from}&to={to}&page={page}

Response Format:

application/json

Required Parameters Description Additional information
from
From Schedule Date

Define this parameter in the request URI.

to
To Schedule Date

Define this parameter in the request URI.

page
[1..x]

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"
  }
];