Skip to main content

DocumentFolderView

Information about a document folder

identifierstringrequired

Unique identifier of the folder

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

Localized names of the folder in different languages

  • Array [
  • namestringrequired

    The name in the specified language

    Example: Root folder
    localestringrequired

    Language code (ISO 639-1)

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