DocumentPathView
Information about a node in the document path
identifierstring
Identifier of the path node
Example:
folder-123e4567-e89b-12d3-a456-426614174000
names object
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"
}
}