GET api/templates/definition/{templateId}

Get template definition by template id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
templateId

Template ID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

TemplateDefinitionDto
NameDescriptionTypeAdditional information
Name

string

None.

LanguageMappings

Dictionary of string [key] and string [value]

None.

properties

Dictionary of Object [key] and Object [value]

None.

Response Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "LanguageMappings": {
    "sample string 1": "sample string 2",
    "sample string 3": "sample string 4"
  },
  "properties": null
}