Skip to content

GET /serial-code

Get Serial From Code

GET
/serial-code

Look up serials by code and optional product filter.

Executes GET_SERIALS_FOR_CODE to find all Serial documents whose code
matches serial_code, optionally scoped to a specific product. Serial codes
are normalized to uppercase before the query.

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

serial_code
product_key

Responses

Successful Response

application/json
JSON
[
]

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.