POST api/2.0/community/event/comment/preview
Returns a comment preview with the content specified in the request.
Name |
Description |
Type |
Example |
commentid
sent in body
|
Comment ID
|
string
|
some text
|
htmltext
sent in body
|
Comment text in the HTML format
|
string
|
some text
|
POST api/2.0/community/event/comment/preview
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"commentid": "some text",
"htmltext": "some text"
}