Quality API
Quality form fields, custom lists, print templates, and print job execution.
Operations below are scaffolded from FastAPI introspection. Each operation page renders inline via
<OAOperation>once CI populatesopenapi.json.
Operations
- POST /field — Create a form field definition.
- GET /field — Fetch form field definitions.
- PUT /field/{field_key} — Replace a form field definition.
- DELETE /field/{field_key} — Delete a form field definition.
- GET /list — Fetch custom list values for a field.
- POST /list/{field_key} — Create or update custom list values.
- DELETE /list/{field_key} — Delete custom list values.
- GET /print-template — Find print templates.
- GET /print-template/{template_key} — Get print template details.
- POST /print-template — Create a print template.
- PUT /print-template — Update a print template.
- DELETE /print-template/{template_key} — Delete a print template.
- POST /update-template-assignments — Update print template assignments.
- POST /print-job — Execute a print job using a template.