GET api/Mail/GetServiceMails
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Email| Name | Description | Type | Additional information |
|---|---|---|---|
| EmailId | globally unique identifier |
None. |
|
| Key | string |
None. |
|
| Subject | string |
None. |
|
| Body | string |
None. |
|
| IsBodyHtml | boolean |
None. |
|
| MandantId | globally unique identifier |
None. |
|
| FromEmail | string |
None. |
|
| SendBcc | boolean |
None. |
|
| Sort | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"EmailId": "c043620c-47dc-4fb4-b049-75dfbf03ecea",
"Key": "sample string 2",
"Subject": "sample string 3",
"Body": "sample string 4",
"IsBodyHtml": true,
"MandantId": "80a90fd5-cce8-46e1-b34c-1924161b0184",
"FromEmail": "sample string 6",
"SendBcc": true,
"Sort": 8
},
{
"$ref": "1"
}
]