lib/purecloudplatformclientv2/api/architect_api.rb in purecloudplatformclientv2-28.0.1 vs lib/purecloudplatformclientv2/api/architect_api.rb in purecloudplatformclientv2-29.0.0

- old
+ new

@@ -3999,12 +3999,12 @@ # Returns the rows for the datatable # Returns all of the rows for the datatable with the given id. By default this will just be a shortened list returning the key for each row. Set expand to all to return all of the row contents. # @param datatable_id id of datatable # @param [Hash] opts the optional parameters - # @option opts [Integer] :page_size Page size (default to 25) # @option opts [Integer] :page_number Page number (default to 1) + # @option opts [Integer] :page_size Page size (default to 25) # @option opts [BOOLEAN] :showbrief If true returns just the key value of the row (default to true) # @return [DataTableRowEntityListing] def get_flows_datatable_rows(datatable_id, opts = {}) data, _status_code, _headers = get_flows_datatable_rows_with_http_info(datatable_id, opts) return data @@ -4012,12 +4012,12 @@ # Returns the rows for the datatable # Returns all of the rows for the datatable with the given id. By default this will just be a shortened list returning the key for each row. Set expand to all to return all of the row contents. # @param datatable_id id of datatable # @param [Hash] opts the optional parameters - # @option opts [Integer] :page_size Page size # @option opts [Integer] :page_number Page number + # @option opts [Integer] :page_size Page size # @option opts [BOOLEAN] :showbrief If true returns just the key value of the row # @return [Array<(DataTableRowEntityListing, Fixnum, Hash)>] DataTableRowEntityListing data, response status code and response headers def get_flows_datatable_rows_with_http_info(datatable_id, opts = {}) if @api_client.config.debugging @api_client.config.logger.debug "Calling API: ArchitectApi.get_flows_datatable_rows ..." @@ -4052,12 +4052,12 @@ # resource path local_var_path = "/api/v2/flows/datatables/{datatableId}/rows".sub('{format}','json').sub('{' + 'datatableId' + '}', datatable_id.to_s) # query parameters query_params = {} - query_params[:'pageSize'] = opts[:'page_size'] if opts[:'page_size'] query_params[:'pageNumber'] = opts[:'page_number'] if opts[:'page_number'] + query_params[:'pageSize'] = opts[:'page_size'] if opts[:'page_size'] query_params[:'showbrief'] = opts[:'showbrief'] if opts[:'showbrief'] # header parameters header_params = {} @@ -4091,12 +4091,12 @@ # Retrieve a list of datatables for the org # Returns a metadata list of the datatables associated with this org, including ID, name and description. # @param [Hash] opts the optional parameters # @option opts [String] :expand Expand instructions for the result - # @option opts [Integer] :page_size Page size (default to 25) # @option opts [Integer] :page_number Page number (default to 1) + # @option opts [Integer] :page_size Page size (default to 25) # @option opts [String] :sort_by Sort by (default to id) # @option opts [String] :sort_order Sort order (default to ascending) # @return [DataTablesDomainEntityListing] def get_flows_datatables(opts = {}) data, _status_code, _headers = get_flows_datatables_with_http_info(opts) @@ -4105,12 +4105,12 @@ # Retrieve a list of datatables for the org # Returns a metadata list of the datatables associated with this org, including ID, name and description. # @param [Hash] opts the optional parameters # @option opts [String] :expand Expand instructions for the result - # @option opts [Integer] :page_size Page size # @option opts [Integer] :page_number Page number + # @option opts [Integer] :page_size Page size # @option opts [String] :sort_by Sort by # @option opts [String] :sort_order Sort order # @return [Array<(DataTablesDomainEntityListing, Fixnum, Hash)>] DataTablesDomainEntityListing data, response status code and response headers def get_flows_datatables_with_http_info(opts = {}) if @api_client.config.debugging @@ -4163,11 +4163,11 @@ local_var_path = "/api/v2/flows/datatables".sub('{format}','json') # query parameters query_params = {} query_params[:'expand'] = opts[:'expand'] if opts[:'expand'] - query_params[:'pageSize'] = opts[:'page_size'] if opts[:'page_size'] query_params[:'pageNumber'] = opts[:'page_number'] if opts[:'page_number'] + query_params[:'pageSize'] = opts[:'page_size'] if opts[:'page_size'] query_params[:'sortBy'] = opts[:'sort_by'] if opts[:'sort_by'] query_params[:'sortOrder'] = opts[:'sort_order'] if opts[:'sort_order'] # header parameters header_params = {}