Skip to content

GET /wip-serial

Get Serial Wip

GET
/wip-serial

Return WIP serials available for a work order, job, or phase.

Queries GET_AVAILABLE_WIP_SERIALS to find serials currently in WIP status
that can be assigned to the given work order, job, or phase combination.
Used by the production UI to populate the serial selector when starting a batch.

Emits: (direct query — no event class)
Required scope: serial:read

Authorizations

OAuth2PasswordBearer
password Flow
Token URL"/api/auth"
Scopes:
  • "admin"User can access and edit users and system settings
  • "library"User can access and edit products
  • "production"User can access and edit production plans
  • "operator"User can access the operator panel and make production declarations

Parameters

Query Parameters

wo_key
job_key
phase_key

Responses

Successful Response

application/json
JSON
[
  
{
  
  
"serial_key": "SN-LR-001234",
  
  
"serial_code": "SN-LR-001234",
  
  
"counter_key": "counter/sn-lr",
  
  
"active": false
  
}
]

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.