LegalStack

Системные шаблоны

Системный каталог шаблонов: типы документов, поля, справочники.

Системный каталог шаблонов документов (read-only для пользователей)

GET
/api/v1/templates/system/documents
АвторизацияBearer <токен>

В: header

Тело ответа

application/json

curl -X GET "https://loading/api/v1/templates/system/documents"
[
  {
    "builtIn": true,
    "description": "string",
    "id": "string",
    "key": "string",
    "kind": "string",
    "name": "string",
    "property1": null,
    "property2": null
  }
]