Skip to main content

TemplatesListResponse

Response containing documentation templates for an organization

templates object[]required
  • Array [
  • idstringrequired

    Template unique identifier

    Example: f90ee77d-b6cc-41fa-8d1f-bea649e6d93d
    namestringrequired

    Template name in the requested language

    Example: {"fr-FR":"DOE"}
    organizationCodestringrequired

    Organization code

    Example: 13_HABITAT
    attachmentTypestringrequired

    Attachment type

    Example: BUILDING_GROUP
  • ]
  • TemplatesListResponse
    {
    "templates": [
    {
    "id": "f90ee77d-b6cc-41fa-8d1f-bea649e6d93d",
    "name": {
    "fr-FR": "DOE"
    },
    "organizationCode": "13_HABITAT",
    "attachmentType": "BUILDING_GROUP"
    }
    ]
    }