GET api/Email/Templates
Returns all Email Templates.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of EmailTemplateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Abbreviation |
Generated. |
string |
None. |
| Subject |
The Email Subject. |
string |
None. |
| Content |
The Email body content, in plain text or HTML, as defined by . |
string |
None. |
| Language |
The (human-speaking) language. |
string |
None. |
| SenderAddress |
From. |
string |
None. |
| IsHtml |
Defines if is HTML. |
boolean |
None. |
| ClientSystem |
The client system this email template belongs. |
SupportObjModel |
None. |
| ModifiedDate |
The last tiem this template was modified. |
date |
None. |
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Code | string |
None. |
|
| Active | boolean |
None. |
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.