POST api/2.0/project/message/discussion/preview This function requires authentication

Description

Returns a preview of the discussion message.

Parameters
Name Description Type Example
htmltext
sent in body
Message text in the HTML format string some text
Example
POST api/2.0/project/message/discussion/preview
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "htmltext": "some text"
}
Returns

Message preview