getNotificationsServicesDefaults
Gets default notification info
Requires authentication as user
getNotificationsServicesDefaults
Request
get /Notifications/Services/Defaults
Responses
Status Code | Type | Description | Samples |
---|---|---|---|
200 | UserNotificationInfo | Operation successful. Returning a UserNotificationInfo object. |
|
400 | Bad Request. Server cannot process request. |
||
401 | Unauthorized. Client needs to authenticate. |
||
403 | Forbidden. No permission for the reqested operation. |
||
404 | Resource not found or unavailable. |
||
500 | Server error. |
Definitions
UserNotificationInfo
Emby.Notifications.UserNotificationInfo
Name | Type | Notes |
---|---|---|
NotifierKey | string | |
SetupModuleUrl | string | |
ServiceName | string | |
PluginId | string | |
FriendlyName | string | |
Id | string | |
Enabled | boolean | |
UserIds | array | Limit events based on user ids, for admin notifications |
DeviceIds | array | |
LibraryIds | array | |
EventIds | array | |
UserId | string | Notification intended for a specific user |
IsSelfNotification | boolean | |
GroupItems | boolean | |
Options | object | This is for webhooks since this will cause xml serialization to fail |