DocumentationResponseView
Detailed information about a documentation entry
Unique identifier of the documentation
123e4567-e89b-12d3-a456-426614174000Organization code that owns this documentation
ORG123Identifier of the asset this documentation belongs to
3e6e000-919b-8762-108d-deb9f1595drReference to the documentation template if applicable
2d6e099-910b-4668-902c-deb9f15984ecType of attachment for the documentation template
ASSETnames object[]required
Set of localized names for this documentation
The name in the specified language
Root folderLanguage code (ISO 639-1)
en-USrootFolder objectrequired
Root folder (backward-compatible compat projection sourced from documentationtemplatefolders)
Unique identifier of the folder
123e4567-e89b-12d3-a456-426614174001Reference to the template folder if applicable
2d6e099-910b-4668-902c-deb9f15984ecnames object[]required
Set of localized names for this folder
The name in the specified language
Root folderLanguage code (ISO 639-1)
en-USfolders object[]required
List of subfolders contained within this folder
rootTemplate objectrequired
Root template folder (canonical durable projection sourced from documentationtemplatefolders)
names object[]required
The name in the specified language
Root folderLanguage code (ISO 639-1)
en-USfolders object[]required
{
"identifier": "123e4567-e89b-12d3-a456-426614174000",
"organizationCode": "ORG123",
"assetIdentifier": "3e6e000-919b-8762-108d-deb9f1595dr",
"documentationTemplateReference": "2d6e099-910b-4668-902c-deb9f15984ec",
"documentationTemplateAttachmentType": "ASSET",
"names": [
{
"name": "Documentation 1",
"locale": "en-US"
}
],
"rootFolder": {
"identifier": "123e4567-e89b-12d3-a456-426614174001",
"documentationTemplateFolderReference": "2d6e099-910b-4668-902c-deb9f15984ec",
"names": [
{
"name": "Root folder",
"locale": "en-US"
}
],
"folders": []
},
"rootTemplate": {
"identifier": "string",
"names": [
{
"name": "Root folder",
"locale": "en-US"
}
],
"folders": [
{}
]
}
}