Method: PureCloud::AlertingApi#get_alerting_alerts_active

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

#get_alerting_alerts_active(opts = {}) ⇒ ActiveAlertCount

Gets active alert count for a user.

Parameters:

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

    the optional parameters

Returns:



159
160
161
162
# File 'lib/purecloudplatformclientv2/api/alerting_api.rb', line 159

def get_alerting_alerts_active(opts = {})
  data, _status_code, _headers = get_alerting_alerts_active_with_http_info(opts)
  return data
end