v1

latestOpenAPI 3.1.02026-07-222392081.7 MB
Quotes > Templates

List quote templates

Retrieve existing quote templates.

get/v1/quotes/templates

Query parameters

takenumber nullable
skipnumber nullable
idstring
id__notstring
id__isNullstring
id__isNotNullstring
id__equalsstring
id__containsstring
id__startsWithstring
id__endWithstring
namestring
name__notstring
name__isNullstring
name__isNotNullstring
name__equalsstring
name__containsstring
name__startsWithstring
name__endWithstring
subscription_template_idstring
subscription_template_id__notstring
subscription_template_id__isNullstring
subscription_template_id__isNotNullstring
subscription_template_id__equalsstring
subscription_template_id__containsstring
subscription_template_id__startsWithstring
subscription_template_id__endWithstring
searchstring

Response

Example response

{
  "meta": {
    "total": 1,
    "taken": 1
  },
  "data": [
    {
      "id": "quot_9hNWq4c84Z146W",
      "name": "Enterprise template",
      "description": "Reusable template for enterprise quotes.",
      "comments": "Please find the contract and subscription details we discussed.",
      "terms": "By signing this quote, you accept our conditions of use for the use of our products and services.",
      "expiration_days": 30,
      "collect_payment_details": true,
      "collect_custom_property_ids": [],
      "display_taxes": true,
      "display_price_tiers": "matching",
      "display_quote_value": true,
      "display_organisation_details": true,
      "subscription_template_id": "subt_7gdusOkqr5L0B8",
      "contract_template_ids": [
        "ctpl_QalW2vTAdkR6IY"
      ],
      "contract_clause_ids": [
        "ccl_QalW2vTAdkR6IY"
      ],
      "attachments": [
        {
          "id": "quota_5GYXy8P3QCdaXh",
          "name": "General Conditions of Sale",
          "mimetype": "application/pdf"
        }
      ],
      "created_at": "2024-04-23T09:10:00.220Z",
      "updated_at": "2024-04-23T10:22:08.100Z"
    }
  ]
}