Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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"
}
  • No labels