Request breakdown of work in process
Method contains no arguments, and returns a breakdown of the work in process at the lab, built from the orders, not from job tracking information.
Example:
http://localhost:4567/api/wip/breakdown
returns
{ "num-total": " 1000", "num-completed-today": " 100", "num-in-today": " 500", "num-unvalid": " 70", "num-valid": " 930", "num-ar": " 770", "num-late": " 15", "num-uncuts": " 870", "num-full": " 130", "num-finished": " 0", "num-toric": " 478", "num-digital": " 522", "num-sv-digital": " 313", "num-sv-toric": " 360", "num-prog-digital": " 111", "num-prog-toric": " 37", "num-cr39": " 230", "num-poly": " 115", "num-glass": " 1", "num-trivex": " 529", "num-mid-index": " 8", "num-hi-index": " 2" }