GET /work-order/{wo_key}/traceability
Get Wo Traceability Data
GET
/work-order/{wo_key}/traceability
Fetch serial traceability data for a work order.
Returns the list of serial records linked to the work order, as produced
by the GET_WORK_ORDER_TRACEABILITY_DATA AQL query.
Emits: (read-only — no event)
Required scope: production:work-order: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
wo_key*
Type
Requiredstring
Responses
Successful Response
application/json
JSON "status": 200, "message": "string", "detail": "string"
{
}