Get WIP Breakdown (/wip/breakdown)

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":140,
"num-completed-today":32,
"num-in-today":49,
"num-unvalid":10,
"num-valid":130,
"num-ar":8,
"num-late":2,
"num-uncuts":28,
"num-full":112,
"num-finished":0,
"num-toric":130,
"num-digital":10,
"num-sv-digital":0,
"num-sv-toric":126,
"num-bifocal-digital":8,
"num-bifocal-toric":4,
"num-prog-digital":2,
"num-prog-toric":0,
"num-cr39":65,
"num-poly":7,
"num-glass":2,
"num-trivex":5,
"num-mid-index":2,
"num-hi-index":1
}