Skip to content

GET /serial-parents

Get Serial Parents

GET
/serial-parents

Return the ancestor chain for a serial number.

Traverses the contains edge collection upward from Serial/<serial_key>
and returns the list of parent serials in bottom-up order (closest parent
first), then reverses it so the root ancestor is first.

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_key

Responses

Successful Response

application/json
JSON
[
]

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.