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/get_wipbreakdown
returns
{ "num-uncuts": " 55", "num-full": " 233", "num-in-today": " 0", "num-unvalid": " 11", "num-valid": " 277", "num-finished": " 21", "num-toric": " 208", "num-digital": " 50", "num-sv-digital": " 1", "num-sv-toric": " 87", "num-prog-digital": " 49", "num-prog-toric": " 121", "num-cr39": " 127", "num-poly": " 17", "num-glass": " 9", "num-trivex": " 41", "num-mid-index": " 1", "num-hi-index": " 89" }