Home / API Documentation

Get All WorkOrders by Scheduled Date Range

Method: GET api/v1/WorkOrder/GetAllWorkOrdersByScheduleDateRange?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:
                        [
  {
    "woheaderid": 1,
    "createdby": "sample string 2",
    "scheduledate": "2025-02-23T06:32:57.9774053+00:00",
    "printeddate": "2025-02-23T06:32:57.9774053+00:00",
    "status": 64,
    "batchid": 4,
    "programid": 5,
    "lastchangedby": "sample string 6",
    "utclastchanged": "2025-02-23T06:32:57.9779434+00:00",
    "releaseid": 8,
    "assignedto": 9,
    "timerangeid": 10,
    "duration": 11,
    "scheduletime": 12,
    "workpool": 13,
    "confirmed": 14,
    "originalrouteid": 15,
    "approvedby": "sample string 16",
    "approveddate": "2025-02-23T06:32:57.9779434+00:00",
    "changedfrom": "sample string 17",
    "reconfirmed": true,
    "modifiedby": "sample string 19",
    "contactsalesperson": 20,
    "nextcontactdate": "2025-02-23T06:32:57.9784788+00:00",
    "wotype": 21,
    "signatureobtained": true
  },
  {
    "woheaderid": 1,
    "createdby": "sample string 2",
    "scheduledate": "2025-02-23T06:32:57.9774053+00:00",
    "printeddate": "2025-02-23T06:32:57.9774053+00:00",
    "status": 64,
    "batchid": 4,
    "programid": 5,
    "lastchangedby": "sample string 6",
    "utclastchanged": "2025-02-23T06:32:57.9779434+00:00",
    "releaseid": 8,
    "assignedto": 9,
    "timerangeid": 10,
    "duration": 11,
    "scheduletime": 12,
    "workpool": 13,
    "confirmed": 14,
    "originalrouteid": 15,
    "approvedby": "sample string 16",
    "approveddate": "2025-02-23T06:32:57.9779434+00:00",
    "changedfrom": "sample string 17",
    "reconfirmed": true,
    "modifiedby": "sample string 19",
    "contactsalesperson": 20,
    "nextcontactdate": "2025-02-23T06:32:57.9784788+00:00",
    "wotype": 21,
    "signatureobtained": true
  }
];