GET api/2.0/mail/conversation/{id}
Returns a list of messages linked in one chain (conversation).
Name |
Description |
Type |
Example |
id
sent in url
|
ID of any message from the chain
|
number
|
1234
|
loadAll
sent in url
|
Loads content of all messages
optional
|
Bool value
|
true
|
markRead
sent in url
|
Marks a conversation as read
optional
|
Bool value
|
true
|
needSanitize
sent in url
|
Specifies that HTML for the FCK editor needs to be prepared
optional
|
Bool value
|
true
|
GET api/2.0/mail/conversation/1234
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
List of messages linked in one chain