Skip to main content

TemplateDetailResponse

Response containing a documentation template with its folder tree

template objectrequired

Documentation template

idstringrequired

Template unique identifier

name objectrequired

Localized names keyed by locale limited to the requested language

property name*string
organizationCodestringrequired

Organization code

attachmentTypestringrequired

Attachment type

folders object[]required
  • Array [
  • idstringrequired

    Folder unique identifier

    name objectrequired

    Localized names keyed by locale limited to the requested language

    property name*string
    parentIdstring

    Parent folder identifier. Null for root folders.

    documentClass object

    Document class associated with the folder, when any

    identifierstringrequired

    Document class identifier

    Example: documentClassIdentifier
    codestringrequired

    Document class code

    Example: DPE
  • ]
  • TemplateDetailResponse
    {
    "template": {
    "id": "string",
    "name": {},
    "organizationCode": "string",
    "attachmentType": "string",
    "folders": [
    {
    "id": "string",
    "name": {},
    "parentId": "string",
    "documentClass": {
    "identifier": "documentClassIdentifier",
    "code": "DPE"
    }
    }
    ]
    }
    }