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": "35b58ae8-b615-45b8-9f0d-15088563b8c1",
"Key": "sample string 2",
"Subject": "sample string 3",
"Body": "sample string 4",
"IsBodyHtml": true,
"MandantId": "ce64eb02-ddc8-41c2-94aa-1333ecde9e44",
"FromEmail": "sample string 6",
"SendBcc": true,
"Sort": 8
},
{
"$ref": "1"
}
]