java.lang.Object
com.ringcentral.paths.restapi.account.extension.notificationsettings.Index

public class Index extends Object
  • Field Details

  • Constructor Details

    • Index

      public Index(Index parent)
  • Method Details

    • path

      public String path()
    • path

      public String path(Boolean withParameter)
    • 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