GET api/2.0/mail/messages/{id}
Returns the detailed information about a message with the ID specified in the request.
Name |
Description |
Type |
Example |
id
sent in url
|
Message ID
|
number
|
1234
|
loadImages
sent in url
|
Unblocks suspicious content or not
optional
|
Bool value
|
true
|
needSanitize
sent in url
|
Specifies if HTML for the FCK editor needs to be prepared or not
optional
|
Bool value
|
true
|
markRead
sent in url
|
Marks a message as read or not
optional
|
Bool value
|
true
|
GET api/2.0/mail/messages/1234
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json