Skip to content

GET /serial-selection

Get Serial Selection

GET
/serial-selection

Return a filtered list of serials for use in UI selection widgets.

Executes GET_ALL_SERIALS with the given filters and returns serial objects
suitable for display in dropdowns and search-as-you-type widgets. Supports
filtering by work order, product, batch, inventory state, and release status.

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

search
wo_key
product_key
batch_key
free_only
Type
boolean
Default
false
inventory_only
Type
boolean
Default
false
inventory_in_position_key
include_unreleased
Type
boolean
Default
false
limit
Type
integer
Default
100

Responses

Successful Response

application/json
JSON
[
]

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.