Skip to content

GET /serial/

Get Serial From Key

GET
/serial/{serial_key}

Fetch a serial document by its primary key.

Retrieves the raw Serial document from ArangoDB by serial_key. Returns
the full document including all custom data fields and lifecycle timestamps.

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

Path Parameters

serial_key*
Type
string
Required

Responses

Successful Response

application/json
JSON
{
  
"additionalProperties": "string"
}

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.