Method: PureCloud::NotificationsApi#get_channels
- Defined in:
- lib/purecloud/api/notifications_api.rb
#get_channels(opts = {}) ⇒ ChannelEntityListing
The list of existing channels
149 150 151 152 |
# File 'lib/purecloud/api/notifications_api.rb', line 149 def get_channels(opts = {}) data, status_code, headers = get_channels_with_http_info(opts) return data end |