ElliMES · API Console (Direct to Node :3200)

Configuration

Quick set

Quick Actions

GET /health
GET /version
POST /echo
GET /data/items
POST /data/items
GET /production/orders
POST /production/orders
GET /quality/checks
POST /quality/checks
GET /maintenance/workorders
POST /maintenance/workorders
GET /analytics/summary
POST /io/import
GET /io/export?type=items
GET /data/plm/bom
GET /data/plm/routing
GET /data/plm/specs
GET /data/plm/revisions
GET /data/plm/ecr
GET /data/plm/ecn
GET /data/plm/work_instructions

Data CRUD ( /api/data/* )

GET /data/work_orders
POST /data/work_orders
GET /data/inventory
GET /data/inventory_tx
GET /data/nonconformances
GET /data/pm_tasks
GET /data/downtime
GET /data/audit_log
GET /data/as_built
GET /data/measurements
GET /data/spc_limits
GET /data/stations
GET /data/lines

Actions (Flows)

POST /work_orders/:id/release
POST /inventory/adjust
POST /nonconformances/:id/close
POST /pm_tasks/:id/complete
POST /downtime/close/:id

Seed (1-click sample records)

Seed Work Order
Seed Inventory TX
Seed NCR
Seed PM Task
Seed Downtime

All reads/writes go through the Node API on :3200. No working-directory JSON used.

Request Builder

Response

Live Demo (API only)

Design (PLM)
Production
Equipment
Warehouse
Quality
Plan Qty
-
Done Qty
-
Machines
-
PASS Rate
-

BOM / Revisions

PartRevViewChildren

    Routing / Specs

    PartSeqCodeStationStd(s)

      ECR / ECN

          Work Instructions

            This page calls your Base URL (+ JWT). No local JSON fallback.