Skip to content

GET /serial-batch

Get Serial Batch

GET
/serial-batch

Return all serials belonging to a production batch.

Queries the GET_ALL_SERIALS_IN_BATCH AQL query against the Serial
collection for the given batch_key. When filter_empty=True, serials
without a code are excluded from the result.

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

batch_key
filter_empty
Type
boolean
Default
false

Responses

Successful Response

application/json
JSON
[
]

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.