Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Get list of jobs at a given job station

Takes 1 argument:

Station ID


Example

http://localhost:4567/api/get_jobs_at_job_stationjt/stations/jobs?station=001


returns

Code Block
[
  {
    "order-number": "1016",
    "order-account-num": "1",
    "ord-cust-job-id": "LENS PICK 2",
    "ord-wanted-date": "20190730",
    "order-status-station": "001",
    "order-status-desc": "",
    "order-status-cust-desc": "",
    "order-status-date": "20190730",
    "order-status-time": "0902"
  },
  {
    "order-number": "2340899",
    "order-account-num": "1",
    "ord-cust-job-id": "EXAMPLE",
    "ord-wanted-date": "20190427",
    "order-status-station": "001",
    "order-status-desc": "",
    "order-status-cust-desc": "",
    "order-status-date": "20190726",
    "order-status-time": "2128"
  }
]