DocumentReferenceView
Reference to an entity related to the document
Type of the referenced entity
ASSET
Identifier of the referenced entity
asset-123e4567-e89b-12d3-a456-426614174000
Identifier of the documentation
doc-123e4567-e89b-12d3-a456-426614174000
folder object
Folder information if the document is filed in a folder
Unique identifier of the folder
folder-123e4567-e89b-12d3-a456-426614174000
names object[]required
Localized names of the folder in different languages
The name in the specified language
Root folder
Language code (ISO 639-1)
en-US
documentLocationView object
Location information of the document in the documentation structure
Identifier of the documentation
doc-123e4567-e89b-12d3-a456-426614174000
path object[]required
Path to the document in the folder structure
Identifier of the path node
folder-123e4567-e89b-12d3-a456-426614174000
names object
Localized names of the path node mapped by language code
templateFolder object
Identifier of the template folder
Unique identifier of the template folder
template-folder-123e4567-e89b-12d3-a456-426614174000
names object[]
Localized names of the template folder in different languages
The name in the specified language
Root folder
Language code (ISO 639-1)
en-US
{
"referencedEntityType": "ASSET",
"entityIdentifier": "asset-123e4567-e89b-12d3-a456-426614174000",
"documentationIdentifier": "doc-123e4567-e89b-12d3-a456-426614174000",
"folder": {
"identifier": "folder-123e4567-e89b-12d3-a456-426614174000",
"names": [
{
"name": "Root folder",
"locale": "en-US"
}
]
},
"documentLocationView": {
"documentationIdentifier": "doc-123e4567-e89b-12d3-a456-426614174000",
"path": [
{
"identifier": "folder-123e4567-e89b-12d3-a456-426614174000",
"names": {
"en": "Invoices",
"fr": "Factures"
}
}
]
},
"templateFolder": "template-folder-123e4567-e89b-12d3-a456-426614174000"
}