v1

latestOpenAPI 3.0.02026-07-1315476656.4 KB
Layout

Retrieve templates

Retrieve all templates

get/DocServer/getTemplatesWithThumb

Query parameters

type'Invoice' | 'invoicereminder' | 'Order' | 'Contractnote' | 'Packinglist' | 'Letter' | 'Creditnote'

Type of the templates you want to get.

Response

Successful operation

resultstring

Example response

{
  "result": "1",
  "templates": [
    {
      "id": "57986aee6bd2d53306068da1",
      "name": "SEVDOC_TEMPLATE_STANDARD",
      "translationCode": "SEVDOC_TEMPLATE_STANDARD",
      "sevClient": "0",
      "type": "Invoice"
    }
  ]
}