POST api/2.0/community/event/comment/preview
Get 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 content
|
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"
}