---
title: "Get invoice templates"
method: GET
path: "/api/v2/invoice_templates"
tags: ["Invoice Templates"]
---

# Get invoice templates

`GET /api/v2/invoice_templates`

List invoice templates.

## Query parameters

- `sort` string[]
- `filter` union — Filter schema for `invoice_template` list endpoints — pass a single condition or a logical group.
  - object — A logical filter group — combine multiple conditions with the `$op` operator.
    - `$op` 'or' | 'and', required — Logical operator combining conditions in this group. `or` matches records satisfying any condition; `and` requires all conditions to match.
  - FilterInvoiceTemplate — Filter parameters for invoice templates used in automatic invoicing.
    - `creator_id` union — Filter by the person who created the invoice template.
      - object — Filter using explicit operator syntax.
        - `contains` CreatorId — unresolved $ref
        - `not_eq` CreatorId — unresolved $ref
        - `eq` CreatorId — unresolved $ref
        - `not_contain` CreatorId — unresolved $ref
      - CreatorId — unresolved $ref
    - `subsidiary_id` union — Filter by the associated subsidiary.
      - SubsidiaryId — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `eq` SubsidiaryId — unresolved $ref
        - `not_contain` SubsidiaryId — unresolved $ref
        - `not_eq` SubsidiaryId — unresolved $ref
        - `contains` SubsidiaryId — unresolved $ref
    - `issuer_id` union — Filter by the person set as the invoice issuer.
      - object — Filter using explicit operator syntax.
        - `not_contain` IssuerId — unresolved $ref
        - `eq` IssuerId — unresolved $ref
        - `not_eq` IssuerId — unresolved $ref
        - `contains` IssuerId — unresolved $ref
      - IssuerId — unresolved $ref
    - `document_type_id` union — Filter by document type.
      - DocumentTypeId — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `contains` DocumentTypeId — unresolved $ref
        - `eq` DocumentTypeId — unresolved $ref
        - `not_contain` DocumentTypeId — unresolved $ref
        - `not_eq` DocumentTypeId — unresolved $ref
    - `company_id` union — Filter by client company.
      - object — Filter using explicit operator syntax.
        - `not_eq` CompanyId — unresolved $ref
        - `not_contain` CompanyId — unresolved $ref
        - `eq` CompanyId — unresolved $ref
        - `contains` CompanyId — unresolved $ref
      - CompanyId — unresolved $ref
    - `custom_fields` union — Filter by custom field values.
      - object — Filter using explicit operator syntax.
        - `contains` CustomFields — unresolved $ref
        - `eq` CustomFields — unresolved $ref
        - `not_contain` CustomFields — unresolved $ref
        - `not_eq` CustomFields — unresolved $ref
      - CustomFields — unresolved $ref
    - `id` union — Filter by invoice template ID.
      - Id — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `not_eq` Id — unresolved $ref
        - `eq` Id — unresolved $ref
        - `contains` Id — unresolved $ref
        - `not_contain` Id — unresolved $ref
    - `budget_id` union — Filter by the associated budget.
      - BudgetId — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `eq` BudgetId — unresolved $ref
        - `contains` BudgetId — unresolved $ref
        - `not_contain` BudgetId — unresolved $ref
        - `not_eq` BudgetId — unresolved $ref

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection invoice template

---

[API](https://skmtc.net/productive/apis/api-documentation.md) · [All operations](https://skmtc.net/productive/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/productive/api-documentation/revisions/7764b2b9fcc4/schema)
