Method: PureCloud::AnalyticsApi#get_reporting_schedules_schedule_id_history

Defined in:
lib/purecloud/api/analytics_api.rb

#get_reporting_schedules_schedule_id_history(schedule_id, opts = {}) ⇒ ReportRunEntryEntityDomainListing

Get list of completed scheduled report jobs.

Parameters:

  • schedule_id

    Schedule ID

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

    the optional parameters

Options Hash (opts):

  • :page_number (Integer) — default: default to 1
  • :page_size (Integer) — default: default to 25

Returns:



457
458
459
460
# File 'lib/purecloud/api/analytics_api.rb', line 457

def get_reporting_schedules_schedule_id_history(schedule_id, opts = {})
  data, status_code, headers = get_reporting_schedules_schedule_id_history_with_http_info(schedule_id, opts)
  return data
end