Method: PureCloud::AlertingApi#get_alerting_interactionstats_alerts_unread

Defined in:
lib/purecloudplatformclientv2/api/alerting_api.rb

#get_alerting_interactionstats_alerts_unread(opts = {}) ⇒ UnreadMetric

Gets user unread count of interaction stats alerts.

Parameters:

  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



352
353
354
355
# File 'lib/purecloudplatformclientv2/api/alerting_api.rb', line 352

def get_alerting_interactionstats_alerts_unread(opts = {})
  data, _status_code, _headers = get_alerting_interactionstats_alerts_unread_with_http_info(opts)
  return data
end