Получение списка печатных форм

Формы упорядочены по времени создания от самых старых к самым новым.

$ curl -H "Authorization: Bearer api-key" https://api.planadoapp.com/v2/print/templates | jq
{
  "print_templates": [
    {
      "uuid": "1ed8feba-b855-6290-a8b0-1ef2a1c15efe",
      "output_format": "pdf",
      "filename": "job_layout.html",
    },
    {
      "uuid": "1ed8feba-f9eb-6350-a8b0-1ef2a1c15efe",
      "name": "Review",
      "output_format": "html",
      "filename": "custom_layout.html",
    },
    ...
  ]
}
Table 1. Поля элементов print_templates
Поле Тип JSON-тип Может быть null Описание

uuid

UUID

Строка

Да

Уникальный идентификатор

name

Строка

Строка

Да

Название формы

output_format

Строка

Строка

Нет

Формат печатного вида

filename

Строка

Строка

Нет

Название печатного вида