GET api/online/breeze/EMailTemplates
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
None.
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"$type": "ColemanInsights.Online.Model.EMailTemplate, ColemanInsights.Online.Model",
"EMailTemplateID": "73965e3c-f150-481a-bb81-549c4a773db2",
"Name": "sample string 2",
"From": "sample string 3",
"FromName": "sample string 4",
"CC": "sample string 5",
"CCName": "sample string 6",
"Bcc": "sample string 7",
"BccName": "sample string 8",
"ReplyTo": "sample string 9",
"ReplyToName": "sample string 10",
"Subject": "sample string 11",
"Body": "sample string 12",
"IsBodyHtml": true,
"TemplateTokens": [
{
"$id": "2",
"$type": "ColemanInsights.Online.Model.TemplateToken, ColemanInsights.Online.Model",
"TemplateTokenID": "a0580e4d-4181-49d7-ab9b-16cc3a744a38",
"EMailTemplateID": "9e4f2415-ec76-4930-8cf0-556cea99033e",
"TokenID": "8c30fe64-59f4-4c9a-9c6e-e2fe96df4f3b",
"EMailTemplate": {
"$ref": "1"
},
"Token": {
"$id": "3",
"$type": "ColemanInsights.Online.Model.Token, ColemanInsights.Online.Model",
"TokenID": "31c9c810-e6d5-4e23-8a9d-f952decfb2b2",
"Name": "sample string 2",
"IsSystemToken": true
}
},
{
"$ref": "2"
}
]
},
{
"$ref": "1"
}
]