GET v1/EMails/{mailId}
Get detailed information about an EMail.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mailId |
The id of the EMail. |
integer |
Required. |
Body Parameters
None.
Response Information
Resource Description
The EMail object.
EMail| Name | Description | Type | Additional information |
|---|---|---|---|
| MailServerMsgId |
Gets or sets the mail server MSG identifier. |
string |
None. |
| FromAddress |
Gets or sets from address. |
string |
Max length: 255 |
| ToAddress |
Gets or sets the 'To' address. |
string |
Max length: 2147483647 |
| CcAddress |
Gets or sets the 'CC' address. |
string |
None. |
| BccAddress |
Gets or sets the 'BCC' address. |
string |
None. |
| Subject |
Gets or sets the email subject. |
string |
Max length: 255 |
| Content |
Gets or sets the content. |
string |
Max length: 2147483647 |
| Note |
Gets or sets the note. |
string |
None. |
| Categories |
Gets or sets the categories. |
Collection of MessageCategory |
None. |
| EmployeeId |
Gets or sets the handling employee identifier. |
integer |
None. |
| OrderId |
Gets or sets the order identifier. |
integer |
None. |
| ReplyOnMailId |
Gets the ID of the mail this is a reply to |
integer |
None. |
| Id |
Gets or sets the identifier. |
integer |
Required |
| ShopId |
Gets or sets the shop identifier. |
integer |
Required |
| Date |
Gets or sets the date. |
date |
Required |
| MailboxId |
Gets or sets the mailbox identifier. |
integer |
Required |
Response Formats
application/json, text/json
{
"MailServerMsgId": "sample string 1",
"FromAddress": "sample string 2",
"ToAddress": "sample string 3",
"CcAddress": "sample string 4",
"BccAddress": "sample string 5",
"Subject": "sample string 6",
"Content": "sample string 7",
"Note": "sample string 8",
"Categories": null,
"EmployeeId": 1,
"OrderId": 1,
"ReplyOnMailId": 1,
"Id": 9,
"ShopId": 10,
"Date": "2026-01-11T16:13:37.6779182+01:00",
"MailboxId": 12
}