Get TemplateId by TemplateName

Implementation Notes

Gets the TemplateId by template name.

Response Class (Status 200)

Template{
TemplateId(string, optional),
TemplateName(string, optional),
Description( string, optional),
HtmlContent( string, optional),
TextContent (string, optional),
MakePrivate (boolean, optional),
CreatedDatetime(string, optional)
}
 { 
    "TemplateId": "string",
    "TemplateName":"string",
    "Description": "string",
    "HtmlContent": "string",
    "TextContent": "string",
    "MakePrivate": true,
    "CreatedDatetime":  "2018-02-17T05:06:30.627Z"
 }  

Parameters

Parameter Value Description Parameter Type Data Type
ApiKey The Value of the API Key Path String
TemplateName TemplateName to retrieve TemplateId. Path String

Response Messages

HTTP Status Code Reason Response Model Headers
403 Access Denied    
404 Not Found