lib/purecloudplatformclientv2/api/architect_api.rb in purecloudplatformclientv2-34.0.0 vs lib/purecloudplatformclientv2/api/architect_api.rb in purecloudplatformclientv2-35.0.0

- old
+ new

@@ -3872,10 +3872,11 @@ # @option opts [String] :secure Secure # @option opts [BOOLEAN] :deleted Include deleted (default to false) # @option opts [BOOLEAN] :include_schemas Include variable schemas (default to false) # @option opts [String] :published_after Published after # @option opts [String] :published_before Published before + # @option opts [Array<String>] :division_id division ID(s) # @return [FlowEntityListing] def get_flows(type, opts = {}) data, _status_code, _headers = get_flows_with_http_info(type, opts) return data end @@ -3898,10 +3899,11 @@ # @option opts [String] :secure Secure # @option opts [BOOLEAN] :deleted Include deleted # @option opts [BOOLEAN] :include_schemas Include variable schemas # @option opts [String] :published_after Published after # @option opts [String] :published_before Published before + # @option opts [Array<String>] :division_id division ID(s) # @return [Array<(FlowEntityListing, Fixnum, Hash)>] FlowEntityListing data, response status code and response headers def get_flows_with_http_info(type, opts = {}) if @api_client.config.debugging @api_client.config.logger.debug "Calling API: ArchitectApi.get_flows ..." end @@ -4017,10 +4019,16 @@ + + + + + + # resource path local_var_path = "/api/v2/flows".sub('{format}','json') # query parameters query_params = {} @@ -4039,10 +4047,11 @@ query_params[:'secure'] = opts[:'secure'] if opts[:'secure'] query_params[:'deleted'] = opts[:'deleted'] if opts[:'deleted'] query_params[:'includeSchemas'] = opts[:'include_schemas'] if opts[:'include_schemas'] query_params[:'publishedAfter'] = opts[:'published_after'] if opts[:'published_after'] query_params[:'publishedBefore'] = opts[:'published_before'] if opts[:'published_before'] + query_params[:'divisionId'] = @api_client.build_collection_param(opts[:'division_id'], :multi) if opts[:'division_id'] # header parameters header_params = {} # HTTP header 'Accept' (if needed) @@ -4446,10 +4455,11 @@ # @option opts [Array<String>] :id ID # @option opts [String] :name Name # @option opts [String] :publish_version_id Publish version ID # @option opts [String] :published_after Published after # @option opts [String] :published_before Published before + # @option opts [Array<String>] :division_id division ID(s) # @return [FlowDivisionViewEntityListing] def get_flows_divisionviews(type, opts = {}) data, _status_code, _headers = get_flows_divisionviews_with_http_info(type, opts) return data end @@ -4465,10 +4475,11 @@ # @option opts [Array<String>] :id ID # @option opts [String] :name Name # @option opts [String] :publish_version_id Publish version ID # @option opts [String] :published_after Published after # @option opts [String] :published_before Published before + # @option opts [Array<String>] :division_id division ID(s) # @return [Array<(FlowDivisionViewEntityListing, Fixnum, Hash)>] FlowDivisionViewEntityListing data, response status code and response headers def get_flows_divisionviews_with_http_info(type, opts = {}) if @api_client.config.debugging @api_client.config.logger.debug "Calling API: ArchitectApi.get_flows_divisionviews ..." end @@ -4538,10 +4549,16 @@ + + + + + + # resource path local_var_path = "/api/v2/flows/divisionviews".sub('{format}','json') # query parameters query_params = {} @@ -4553,9 +4570,10 @@ query_params[:'id'] = @api_client.build_collection_param(opts[:'id'], :multi) if opts[:'id'] query_params[:'name'] = opts[:'name'] if opts[:'name'] query_params[:'publishVersionId'] = opts[:'publish_version_id'] if opts[:'publish_version_id'] query_params[:'publishedAfter'] = opts[:'published_after'] if opts[:'published_after'] query_params[:'publishedBefore'] = opts[:'published_before'] if opts[:'published_before'] + query_params[:'divisionId'] = @api_client.build_collection_param(opts[:'division_id'], :multi) if opts[:'division_id'] # header parameters header_params = {} # HTTP header 'Accept' (if needed)