lib/purecloudplatformclientv2/api/analytics_api.rb in purecloudplatformclientv2-77.0.0 vs lib/purecloudplatformclientv2/api/analytics_api.rb in purecloudplatformclientv2-78.0.0
- old
+ new
@@ -413,10 +413,11 @@
# Fetch a page of results for an async query
#
# @param job_id jobId
# @param [Hash] opts the optional parameters
# @option opts [String] :cursor Indicates where to resume query results (not required for first page)
+ # @option opts [Integer] :page_size The desired maximum number of results
# @return [AnalyticsConversationAsyncQueryResponse]
def get_analytics_conversations_details_job_results(job_id, opts = {})
data, _status_code, _headers = get_analytics_conversations_details_job_results_with_http_info(job_id, opts)
return data
end
@@ -424,10 +425,11 @@
# Fetch a page of results for an async query
#
# @param job_id jobId
# @param [Hash] opts the optional parameters
# @option opts [String] :cursor Indicates where to resume query results (not required for first page)
+ # @option opts [Integer] :page_size The desired maximum number of results
# @return [Array<(AnalyticsConversationAsyncQueryResponse, Fixnum, Hash)>] AnalyticsConversationAsyncQueryResponse data, response status code and response headers
def get_analytics_conversations_details_job_results_with_http_info(job_id, opts = {})
if @api_client.config.debugging
@api_client.config.logger.debug "Calling API: AnalyticsApi.get_analytics_conversations_details_job_results ..."
end
@@ -444,16 +446,23 @@
+
+
+
+
+
+
# resource path
local_var_path = "/api/v2/analytics/conversations/details/jobs/{jobId}/results".sub('{format}','json').sub('{' + 'jobId' + '}', job_id.to_s)
# query parameters
query_params = {}
query_params[:'cursor'] = opts[:'cursor'] if opts[:'cursor']
+ query_params[:'pageSize'] = opts[:'page_size'] if opts[:'page_size']
# header parameters
header_params = {}
# HTTP header 'Accept' (if needed)
@@ -1289,10 +1298,11 @@
# Fetch a page of results for an async query
#
# @param job_id jobId
# @param [Hash] opts the optional parameters
# @option opts [String] :cursor Indicates where to resume query results (not required for first page)
+ # @option opts [Integer] :page_size The desired maximum number of results
# @return [AnalyticsUserDetailsAsyncQueryResponse]
def get_analytics_users_details_job_results(job_id, opts = {})
data, _status_code, _headers = get_analytics_users_details_job_results_with_http_info(job_id, opts)
return data
end
@@ -1300,10 +1310,11 @@
# Fetch a page of results for an async query
#
# @param job_id jobId
# @param [Hash] opts the optional parameters
# @option opts [String] :cursor Indicates where to resume query results (not required for first page)
+ # @option opts [Integer] :page_size The desired maximum number of results
# @return [Array<(AnalyticsUserDetailsAsyncQueryResponse, Fixnum, Hash)>] AnalyticsUserDetailsAsyncQueryResponse data, response status code and response headers
def get_analytics_users_details_job_results_with_http_info(job_id, opts = {})
if @api_client.config.debugging
@api_client.config.logger.debug "Calling API: AnalyticsApi.get_analytics_users_details_job_results ..."
end
@@ -1320,15 +1331,22 @@
+
+
+
+
+
+
# resource path
local_var_path = "/api/v2/analytics/users/details/jobs/{jobId}/results".sub('{format}','json').sub('{' + 'jobId' + '}', job_id.to_s)
# query parameters
query_params = {}
query_params[:'cursor'] = opts[:'cursor'] if opts[:'cursor']
+ query_params[:'pageSize'] = opts[:'page_size'] if opts[:'page_size']
# header parameters
header_params = {}
# HTTP header 'Accept' (if needed)