POST api/2.0/community/event/{feedid}/subscribe
Subscribes to or unsubscribes from the comments of the event with the ID specified in the request.
Name |
Description |
Type |
Example |
feedid
sent in url
|
Feed ID
|
string
|
some text
|
isSubscribe
sent in body
|
Subscribes to the event comments or unsubscribes from them
|
Bool value
|
true
|
POST api/2.0/community/event/%22some+text%22/subscribe
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"isSubscribe": true
}
Boolean value: true means that the user is subscribed to the event comments