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": "50c34181-feca-4486-a5c1-362590666289",
"Key": "sample string 2",
"Subject": "sample string 3",
"Body": "sample string 4",
"IsBodyHtml": true,
"MandantId": "92610e0c-f0fa-43e2-8727-b792b04c6fb6",
"FromEmail": "sample string 6",
"SendBcc": true,
"Sort": 8
},
{
"$ref": "1"
}
]