Skip to main content

List Operation Templates

GET 

/api/manufacturing/operation-templates

List operation templates — the reusable operations (cuts, punches, finishing steps) that bills of materials pick from instead of re-typing each operation.

Required scope: manufacturing:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Requires Bearer token.

Filters: filter[search] (name or instructions), filter[operation_type], filter[cost_classification], filter[work_center_id], filter[is_active]. Text and numeric columns also accept operator-suffixed variants (e.g. filter[name.contains], filter[cost_per_hour.greater_than]). Allowed sorts: id, name, operation_type, time_minutes, cost_per_hour, fixed_cost, is_active, created_at, updated_at. Pagination: page, per_page (default 10).

Each row includes used_on_boms_count — the number of distinct non-archived BOMs with an operation of the same name. Templates are prefill sources: BOMs keep their copied values, so this is a name-match count.

Request

Responses

OK

Response Headers
    Content-Type