Skip to main content

DocumentTemplateFolderView

Information about a document template folder

identifierstringrequired

Unique identifier of the template folder

Example: template-folder-123e4567-e89b-12d3-a456-426614174000
names object[]

Localized names of the template folder in different languages

  • Array [
  • namestringrequired

    The name in the specified language

    Example: Root folder
    localestringrequired

    Language code (ISO 639-1)

    Example: en-US
  • ]
  • DocumentTemplateFolderView
    {
    "identifier": "template-folder-123e4567-e89b-12d3-a456-426614174000",
    "names": [
    {
    "name": "Root folder",
    "locale": "en-US"
    }
    ]
    }