v1

latestOpenAPI 3.1.02026-07-1414757122.7 KB
documents

Get document templates list

Returns a paginated list of document templates (invoices, contracts, etc.).

get/crm/v1/documents/templates

Query parameters

pageinteger

Current page

listinteger

How many items should be per page

Response

Successful response

Example response

{
  "data": [
    {
      "binding_entities": [
        {
          "entity_id": 123,
          "funnels": [
            1
          ]
        }
      ]
    }
  ],
  "meta": {
    "currentPage": 1,
    "from": 1,
    "lastPage": 1,
    "links": [
      {
        "label": "Previous"
      }
    ],
    "path": "https://domain.uspacy.ua/crm/v1/entities/leads",
    "perPage": 20,
    "to": 2,
    "total": 2
  }
}