Aller au contenu principal

DocumentPathView

Information about a node in the document path

identifierstring | nullnullable

Identifier of the path node

Example: folder-123e4567-e89b-12d3-a456-426614174000
names object | null

Localized names of the path node mapped by language code

property name*string
DocumentPathView
{
"identifier": "folder-123e4567-e89b-12d3-a456-426614174000",
"names": {
"en": "Invoices",
"fr": "Factures"
}
}