Skip to content

GET /component-batch

Get Serial Batch

GET
/component-batch

Return all component serials linked to a batch.

Queries the GET_ALL_COMPONENTS_IN_BATCH AQL query starting from
Batch/<batch_key> and returns all serials that are linked as components
via the contains edge collection.

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

Responses

Successful Response

application/json
JSON
[
]

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.