Skip to main content

FolderResponseView

Folder structure (backward-compatible alias of TemplateFolderResponseView)

identifierstringrequired
documentationTemplateFolderReferencestring | nullnullable
names object[]required
  • Array [
  • namestringrequired

    The name in the specified language

    Example: Root folder
    localestringrequired

    Language code (ISO 639-1)

    Example: en-US
  • ]
  • folders []required
  • Array [
  • circular(FolderResponseView)
  • ]
  • FolderResponseView
    {
    "identifier": "string",
    "documentationTemplateFolderReference": "string",
    "names": [
    {
    "name": "Root folder",
    "locale": "en-US"
    }
    ],
    "folders": [
    null
    ]
    }