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
Notification settings
{ "status": 0, "response": { "IsEnabled": true } }