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": "db1fb27a-e4d4-494a-877d-dc649fbd278b",
"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": "ddff15aa-ff81-4b3d-86a9-5e502a349edd",
"EMailTemplateID": "1a3c38e3-d064-448d-aff6-8db70a7b989f",
"TokenID": "11c5f43a-748b-4364-86ae-6ce42039dec6",
"EMailTemplate": {
"$ref": "1"
},
"Token": {
"$id": "3",
"$type": "ColemanInsights.Online.Model.Token, ColemanInsights.Online.Model",
"TokenID": "ddc3f028-97e1-4259-bf28-7902cc0906f2",
"Name": "sample string 2",
"IsSystemToken": true
}
},
{
"$ref": "2"
}
]
},
{
"$ref": "1"
}
]