...
get_jtstations - gets a list of all job tracking stations set up in Rx-Universe (excluding conveyor decision points) - http://localhost:4567/api/get_jtstations
get_job_count_by_jobstation - gets a list of all job tracking stations set up in Rx-Universe as well as how many jobs are currently at that station - http://localhost:4567/api/get_job_count_by_jobstation
get_jobs_at_job_station - gets a list of all jobs at a given station - http://localhost:4567/api/get_jobs_at_job_station?station=001
Inventory Data
get_inventory - if called with no arguments, returns a list of all active lenses; optionally accepts one argument which is either the stock number or OPC of a single item
...