GET api/2.0/settings/notification/{type}
Checks if the notification type specified in the request is enabled or not.
Name |
Description |
Type |
Example |
type
sent in url
|
Notification type (Badges, RoomsActivity, DailyFeed, UsefullTips)
|
ASC.Web.Core.Notify.NotificationType
|
|
GET api/2.0/settings/notification/{type}
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
application/json
{
"status": 0,
"response": {
"IsEnabled": true
}
}
text/xml
<result>
<status>0</status>
<response>
<IsEnabled>True</IsEnabled>
</response>
</result>