/
Get JT Stations (/jt/stations)

Get JT Stations (/jt/stations)

Get Job Tracking Stations

Returns a list of all job tracking stations set up (excluding conveyor decision point stations). 


Example

http://localhost:4567/api/jt/stations


returns

[
  {
    "code": "001",
    "desc": "WAITING FOR LENSES"
  },
  {
    "code": "002",
    "desc": "OUT TO A/R LAB"
  },
  {
    "code": "003",
    "desc": "TINTING"
  },
  {
    "code": "004",
    "desc": "FRAME RECEIVED"
  },
  {
    "code": "005",
    "desc": "SHIPPING"
  },
  {
    "code": "006",
    "desc": "WAITING FOR FRAME"
  }
]

Related content

Get Orders at Station (/jt/stations/orders)
Get Orders at Station (/jt/stations/orders)
More like this
Job List By Station
Job List By Station
More like this
Create Job Track (/jt/checkin)
Create Job Track (/jt/checkin)
More like this
Get WIP (/wip)
Get WIP (/wip)
More like this
Hard-coded Job Tracking Stations
Hard-coded Job Tracking Stations
More like this
Setting Up Job Stations for Devices (Equipment)
Setting Up Job Stations for Devices (Equipment)
More like this