GET v1/EMails/{mailId}
Get detailed information about an EMail.
Request Information
Requires Authorization!
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.
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. |
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, "Id": 9, "ShopId": 10, "Date": "2021-12-02T20:19:32.3884796+01:00", "MailboxId": 12 }