Skip to content

GET /print-template/

Get Print Template Details

GET
/print-template/{template_key}

Retrieve full details for a single print template, including basePdf and schemas.

Returns the PrintTemplate document preprocessed for client use
(e.g. base64 encoding of embedded PDF data). Use this endpoint when the
template editor or print renderer needs the complete template definition.

Emits: (direct query — no event class)

Required scope: quality:print-template: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

template_key*
Type
string
Required

Responses

Successful Response

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

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.