Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.extension.notificationsettings.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
Returns notification settings for the current extension.path()
put
(NotificationSettingsUpdateRequest notificationSettingsUpdateRequest) Updates notification settings for the current extension.
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
get
Returns notification settings for the current extension.Knowledge Article: [User Settings - Set Up Message Notifications](https://success.ringcentral.com/articles/RC_Knowledge_Article/9740)
HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/notification-settings Rate Limit Group: Light App Permission: ReadAccounts User Permission: ReadMessagesNotificationsSettings
- Throws:
RestException
IOException
-
put
public NotificationSettings put(NotificationSettingsUpdateRequest notificationSettingsUpdateRequest) throws RestException, IOException Updates notification settings for the current extension. Knowledge Article: [User Settings - Set Up Message Notifications](https://success.ringcentral.com/articles/RC_Knowledge_Article/9740)HTTP Method: put Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/notification-settings Rate Limit Group: Medium App Permission: EditExtensions User Permission: EditMessagesNotificationsSettings
- Throws:
RestException
IOException
-