DocumentReferenceView
Reference to an entity related to the document
Type of the referenced entity
ASSETIdentifier of the referenced entity
asset-123e4567-e89b-12d3-a456-426614174000Identifier of the documentation
doc-123e4567-e89b-12d3-a456-426614174000folder object
- DocumentFolderView
- null
Information about a document folder
Unique identifier of the folder
folder-123e4567-e89b-12d3-a456-426614174000names object[]required
Localized names of the folder in different languages
The name in the specified language
Root folderLanguage code (ISO 639-1)
en-USdocumentLocationView object
- DocumentLocationView
- null
Location information of a document within a documentation structure
Identifier of the documentation
doc-123e4567-e89b-12d3-a456-426614174000path object[]required
Path to the document in the folder structure
Identifier of the path node
folder-123e4567-e89b-12d3-a456-426614174000names object | null
Localized names of the path node mapped by language code
templateFolder object
- DocumentTemplateFolderView
- null
Information about a document template folder
Unique identifier of the template folder
template-folder-123e4567-e89b-12d3-a456-426614174000names object[]
Localized names of the template folder in different languages
The name in the specified language
Root folderLanguage code (ISO 639-1)
en-USWhether this specific reference was manually validated by a user
false{
"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": {
"identifier": "template-folder-123e4567-e89b-12d3-a456-426614174000",
"names": "Unknown Type: array,null"
},
"manuallyValidated": false
}