GET api/2.0/settings/notification/{type} This function requires authentication

Description

Checks if the notification type specified in the request is enabled or not.

Parameters
Name Description Type Example
type
sent in url
Notification type (Badges, RoomsActivity, DailyFeed, UsefullTips) ASC.Web.Core.Notify.NotificationType
Example
GET api/2.0/settings/notification/{type}
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Returns

Notification settings

Example Response
{
  "status": 0,
  "response": {
    "IsEnabled": true
  }
}