Skip to content

GET /operation

Get Operation List

GET
/operation

List all operation templates with enriched media and print-template data.

Returns every Operation document from the database, enriched with:

  • Media files attached to each default phase step.
  • Print template records resolved for each step.
  • A used_for list of product codes that reference this operation.

Results are sorted alphabetically by operation name.

Emits: (direct transaction — no event class)

Required scope: process: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

Responses

Successful Response

application/json
JSON
[
]

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.