Skip to main content

TemplateDetail

Documentation template description with its metadata and folders

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 | nullnullable

    Parent folder identifier. Null for root folders.

    documentClass object
    oneOf
    identifierstringrequired

    Document class identifier

    Example: documentClassIdentifier
    codestringrequired

    Document class code

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