Home / API Documentation

Get List of WorkOrders by Scheduled Date Range

Method: GET api/v1/WorkOrder/GetAllWorkOrdersByScheduleDateRange?fromdate={fromdate}&todate={todate}&languageid={languageid}&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.

languageid

Define this parameter in the request URI.

page
by default page = -1 it will be return all records without paging

Define this parameter in the request URI.

pagelimit
by default = 5000

Define this parameter in the request URI.

application/json, text/json

Sample Response:
                        [
  {
    "woheaderid": 1,
    "utctimestamp": "2025-06-06T08:32:09.2766653+00:00",
    "createdby": "sample string 2",
    "scheduledate": "2025-06-06T08:32:09.2766653+00:00",
    "printeddate": "2025-06-06T08:32:09.2766653+00:00",
    "status": 64,
    "eventlink": 4,
    "batchid": 5,
    "programid": 6,
    "lastchangedby": "sample string 7",
    "utclastchanged": "2025-06-06T08:32:09.2766653+00:00",
    "releaseid": 9,
    "assignedto": 10,
    "creategroupid": "fc9d1fda-557c-4219-9792-d4a01d6b2fca",
    "timerangeid": 11,
    "duration": 12,
    "scheduletime": 13,
    "workpool": 14,
    "confirmed": 15,
    "originalrouteid": 16,
    "approvedby": "sample string 17",
    "approveddate": "2025-06-06T08:32:09.2766653+00:00",
    "covansysconfirmationid": 18,
    "modifiedby": "sample string 19",
    "asap": true,
    "changedfrom": "sample string 21",
    "reconfirmed": true,
    "isproofofmail": true,
    "hashval": "sample string 24",
    "contactsalesperson": 25,
    "nextcontactdate": "2025-06-06T08:32:09.2766653+00:00",
    "wotype": 26,
    "signatureobtained": true,
    "scheduletimedays": 28,
    "usecop": true,
    "woschedulingtargetsid": 30,
    "tdwithindays": 31,
    "tdlocktoroute": 32,
    "tdexcludedroutes": "sample string 33",
    "pivotdate": "2025-06-06T08:32:09.2766653+00:00",
    "pivottime": 34,
    "pivottimeoptionid": 35,
    "tdlocktodate": 36,
    "usecoa": true,
    "lockModal": true,
    "tdlocktomonth": true,
    "ponumber": "sample string 40",
    "accountnum": "sample string 41",
    "servicecenter": 42,
    "routename": "sample string 43",
    "postalcode": "sample string 44",
    "addressid": 1,
    "salespersonid": 45,
    "secondarysalespersonid": 46,
    "employeenumber": "sample string 47",
    "salesperson": "sample string 48",
    "woamount": 49.0,
    "billamount": 50.0,
    "saleamount": 51.0,
    "prodamount": 52.0,
    "federaltaxamount": 53.0,
    "statetaxamount": 54.0,
    "localtaxamount": 55.0,
    "EventsList": []
  },
  {
    "woheaderid": 1,
    "utctimestamp": "2025-06-06T08:32:09.2766653+00:00",
    "createdby": "sample string 2",
    "scheduledate": "2025-06-06T08:32:09.2766653+00:00",
    "printeddate": "2025-06-06T08:32:09.2766653+00:00",
    "status": 64,
    "eventlink": 4,
    "batchid": 5,
    "programid": 6,
    "lastchangedby": "sample string 7",
    "utclastchanged": "2025-06-06T08:32:09.2766653+00:00",
    "releaseid": 9,
    "assignedto": 10,
    "creategroupid": "fc9d1fda-557c-4219-9792-d4a01d6b2fca",
    "timerangeid": 11,
    "duration": 12,
    "scheduletime": 13,
    "workpool": 14,
    "confirmed": 15,
    "originalrouteid": 16,
    "approvedby": "sample string 17",
    "approveddate": "2025-06-06T08:32:09.2766653+00:00",
    "covansysconfirmationid": 18,
    "modifiedby": "sample string 19",
    "asap": true,
    "changedfrom": "sample string 21",
    "reconfirmed": true,
    "isproofofmail": true,
    "hashval": "sample string 24",
    "contactsalesperson": 25,
    "nextcontactdate": "2025-06-06T08:32:09.2766653+00:00",
    "wotype": 26,
    "signatureobtained": true,
    "scheduletimedays": 28,
    "usecop": true,
    "woschedulingtargetsid": 30,
    "tdwithindays": 31,
    "tdlocktoroute": 32,
    "tdexcludedroutes": "sample string 33",
    "pivotdate": "2025-06-06T08:32:09.2766653+00:00",
    "pivottime": 34,
    "pivottimeoptionid": 35,
    "tdlocktodate": 36,
    "usecoa": true,
    "lockModal": true,
    "tdlocktomonth": true,
    "ponumber": "sample string 40",
    "accountnum": "sample string 41",
    "servicecenter": 42,
    "routename": "sample string 43",
    "postalcode": "sample string 44",
    "addressid": 1,
    "salespersonid": 45,
    "secondarysalespersonid": 46,
    "employeenumber": "sample string 47",
    "salesperson": "sample string 48",
    "woamount": 49.0,
    "billamount": 50.0,
    "saleamount": 51.0,
    "prodamount": 52.0,
    "federaltaxamount": 53.0,
    "statetaxamount": 54.0,
    "localtaxamount": 55.0,
    "EventsList": []
  }
];