Serial API
Serial number lifecycle — creation, traceability, hierarchy, WIP tracking, and Device History Records.
Operations below are scaffolded from FastAPI introspection. Each operation page renders inline via
<OAOperation>once CI populatesopenapi.json.
Operations
- GET /serial-field — Fetch serial field definitions.
- GET /serial-batch — Get a serial batch.
- GET /component-batch — Get a component batch.
- GET /serial-parents — Get parent serials.
- GET /serial-children — Get child serials.
- GET /serial-hierarchy — Get the full serial hierarchy.
- GET /wip-serial — Get WIP serials.
- GET /serial-selection — Get serial selection options.
- GET /serial/{serial_key} — Fetch a serial by key.
- GET /serial-code — Fetch a serial by code.
- GET /serial-code/verify-free — Verify a serial code is not in use.
- GET /serial — Search serials.
- GET /serial/{serial_key}/dhr — Fetch the Device History Record for a serial.