Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Get list of hot jobs

Returns a list of all jobs marked as hot jobs, or rush jobs (first character of the special instructions is "!")


Example

http://localhost:4567/api/get_hotjobs


returns

[
  {
    "order-number": "2340906",
    "order-account-num": "1",
    "ord-cust-job-id": "OTISSON JULIAN",
    "order-status-station": "OR",
    "order-status-desc": "",
    "order-status-cust-desc": "",
    "order-status-date": "20190424",
    "order-status-time": "1017"
  },
  {
    "order-number": "2340916",
    "order-account-num": "1",
    "ord-cust-job-id": "WALSH TERRY",
    "order-status-station": "OR",
    "order-status-desc": "",
    "order-status-cust-desc": "",
    "order-status-date": "20190424",
    "order-status-time": "1017"
  }
]
  • No labels