From 4e9e76b99ee50ce44b2267495a62459e3b96f343 Mon Sep 17 00:00:00 2001 From: igorbeslic Date: Thu, 28 Nov 2024 20:55:07 +0100 Subject: [PATCH] 1772 http-client - test - regenerate --- .../resources/definition/http-client_v1.json | 5757 ----------------- 1 file changed, 5757 deletions(-) delete mode 100644 server/libs/modules/components/http-client/src/test/resources/definition/http-client_v1.json diff --git a/server/libs/modules/components/http-client/src/test/resources/definition/http-client_v1.json b/server/libs/modules/components/http-client/src/test/resources/definition/http-client_v1.json deleted file mode 100644 index 35a9987966..0000000000 --- a/server/libs/modules/components/http-client/src/test/resources/definition/http-client_v1.json +++ /dev/null @@ -1,5757 +0,0 @@ -{ - "categories" : [ { - "key" : "helpers", - "label" : "helpers" - } ], - "customAction" : null, - "customActionHelp" : null, - "description" : "Makes an HTTP request and returns the response data.", - "icon" : "path:assets/http-client.svg", - "tags" : null, - "metadata" : null, - "name" : "httpClient", - "resources" : null, - "version" : 1, - "title" : "HTTP Client", - "connection" : { - "authorizations" : [ { - "detectOn" : null, - "description" : null, - "name" : "api_key", - "properties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "key", - "type" : "STRING", - "defaultValue" : "api_token", - "exampleValue" : null, - "label" : "Key", - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "value", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Value", - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "addTo", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Add to", - "placeholder" : null, - "controlType" : "SELECT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : [ { - "description" : null, - "label" : "Header", - "value" : "HEADER" - }, { - "description" : null, - "label" : "QueryParams", - "value" : "QUERY_PARAMETERS" - } ], - "optionsDataSource" : null - } ], - "refreshOn" : null, - "title" : "API Key", - "type" : "API_KEY", - "acquire" : null, - "authorizationCallback" : null, - "oauth2AuthorizationExtraQueryParameters" : null, - "apply" : null, - "clientId" : null, - "pkce" : null, - "refresh" : null, - "refreshUrl" : null, - "scopes" : null, - "tokenUrl" : null, - "authorizationUrl" : null, - "clientSecret" : null, - "refreshToken" : null - }, { - "detectOn" : null, - "description" : null, - "name" : "bearer_token", - "properties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "token", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Token", - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "refreshOn" : null, - "title" : "Bearer Token", - "type" : "BEARER_TOKEN", - "acquire" : null, - "authorizationCallback" : null, - "oauth2AuthorizationExtraQueryParameters" : null, - "apply" : null, - "clientId" : null, - "pkce" : null, - "refresh" : null, - "refreshUrl" : null, - "scopes" : null, - "tokenUrl" : null, - "authorizationUrl" : null, - "clientSecret" : null, - "refreshToken" : null - }, { - "detectOn" : null, - "description" : null, - "name" : "basic_auth", - "properties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "username", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Username", - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "password", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Password", - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "refreshOn" : null, - "title" : "Basic Auth", - "type" : "BASIC_AUTH", - "acquire" : null, - "authorizationCallback" : null, - "oauth2AuthorizationExtraQueryParameters" : null, - "apply" : null, - "clientId" : null, - "pkce" : null, - "refresh" : null, - "refreshUrl" : null, - "scopes" : null, - "tokenUrl" : null, - "authorizationUrl" : null, - "clientSecret" : null, - "refreshToken" : null - }, { - "detectOn" : null, - "description" : null, - "name" : "digest_auth", - "properties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "username", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Username", - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "password", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Password", - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "refreshOn" : null, - "title" : "Digest Auth", - "type" : "DIGEST_AUTH", - "acquire" : null, - "authorizationCallback" : null, - "oauth2AuthorizationExtraQueryParameters" : null, - "apply" : null, - "clientId" : null, - "pkce" : null, - "refresh" : null, - "refreshUrl" : null, - "scopes" : null, - "tokenUrl" : null, - "authorizationUrl" : null, - "clientSecret" : null, - "refreshToken" : null - }, { - "detectOn" : null, - "description" : null, - "name" : "oauth2_authorization_code", - "properties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "authorizationUrl", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Authorization URL", - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "tokenUrl", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Token URL", - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "clientId", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Client Id", - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "clientSecret", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Client Secret", - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "headerPrefix", - "type" : "STRING", - "defaultValue" : "Bearer", - "exampleValue" : null, - "label" : "Header Prefix", - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : "Optional comma-delimited list of scopes", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "scopes", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Scopes", - "placeholder" : null, - "controlType" : "TEXT_AREA", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "refreshOn" : null, - "title" : "OAuth2 Authorization Code", - "type" : "OAUTH2_AUTHORIZATION_CODE", - "acquire" : null, - "authorizationCallback" : null, - "oauth2AuthorizationExtraQueryParameters" : null, - "apply" : null, - "clientId" : null, - "pkce" : null, - "refresh" : null, - "refreshUrl" : null, - "scopes" : null, - "tokenUrl" : null, - "authorizationUrl" : null, - "clientSecret" : null, - "refreshToken" : null - }, { - "detectOn" : null, - "description" : null, - "name" : "oauth2_implicit_code", - "properties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "authorizationUrl", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Authorization URL", - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "clientId", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Client Id", - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "clientSecret", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Client Secret", - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "headerPrefix", - "type" : "STRING", - "defaultValue" : "Bearer", - "exampleValue" : null, - "label" : "Header Prefix", - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : "Optional comma-delimited list of scopes", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "scopes", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Scopes", - "placeholder" : null, - "controlType" : "TEXT_AREA", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "refreshOn" : null, - "title" : "OAuth2 Implicit Code", - "type" : "OAUTH2_IMPLICIT_CODE", - "acquire" : null, - "authorizationCallback" : null, - "oauth2AuthorizationExtraQueryParameters" : null, - "apply" : null, - "clientId" : null, - "pkce" : null, - "refresh" : null, - "refreshUrl" : null, - "scopes" : null, - "tokenUrl" : null, - "authorizationUrl" : null, - "clientSecret" : null, - "refreshToken" : null - }, { - "detectOn" : null, - "description" : null, - "name" : "oauth2_client_credentials", - "properties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "tokenUrl", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Token URL", - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "clientId", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Client Id", - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "clientSecret", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Client Secret", - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "headerPrefix", - "type" : "STRING", - "defaultValue" : "Bearer", - "exampleValue" : null, - "label" : "Header Prefix", - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : "Optional comma-delimited list of scopes", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "scopes", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Scopes", - "placeholder" : null, - "controlType" : "TEXT_AREA", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "refreshOn" : null, - "title" : "OAuth2 Client Credentials", - "type" : "OAUTH2_CLIENT_CREDENTIALS", - "acquire" : null, - "authorizationCallback" : null, - "oauth2AuthorizationExtraQueryParameters" : null, - "apply" : null, - "clientId" : null, - "pkce" : null, - "refresh" : null, - "refreshUrl" : null, - "scopes" : null, - "tokenUrl" : null, - "authorizationUrl" : null, - "clientSecret" : null, - "refreshToken" : null - } ], - "properties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "baseUri", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Base URI", - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "version" : 1, - "authorizationRequired" : false, - "baseUri" : null, - "test" : null - }, - "actions" : [ { - "batch" : null, - "deprecated" : null, - "description" : "The request method to use.", - "help" : null, - "metadata" : null, - "name" : "get", - "outputDefinition" : { - "output" : null, - "outputResponse" : null, - "outputSchema" : null, - "sampleOutput" : null - }, - "properties" : [ { - "advancedOption" : null, - "description" : "The URI to make the request to", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "uri", - "type" : "STRING", - "defaultValue" : "", - "exampleValue" : null, - "label" : "URI", - "placeholder" : "https://example.com/index.html", - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : "Download the response even if SSL certificate validation is not possible.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "allowUnauthorizedCerts", - "type" : "BOOLEAN", - "defaultValue" : false, - "exampleValue" : null, - "label" : "Allow Unauthorized Certs", - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : null, - "description" : "The format in which the data gets returned from the URL.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "responseType", - "type" : "STRING", - "defaultValue" : "JSON", - "exampleValue" : null, - "label" : "Response Format", - "placeholder" : null, - "controlType" : "SELECT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : [ { - "description" : "The response is automatically converted to object/array.", - "label" : "JSON", - "value" : "JSON" - }, { - "description" : "The response is automatically converted to object/array.", - "label" : "XML", - "value" : "XML" - }, { - "description" : "The response is returned as a text.", - "label" : "Text", - "value" : "TEXT" - }, { - "description" : "The response is returned as a file object.", - "label" : "File", - "value" : "BINARY" - } ], - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : "The name of the file if the response is returned as a file object.", - "displayCondition" : "responseType == 'BINARY'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "responseFilename", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Response Filename", - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : "Headers to send.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "headers", - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Headers", - "placeholder" : "Add header", - "additionalProperties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "ARRAY", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "items" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "maxItems" : null, - "minItems" : null, - "multipleValues" : null, - "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null - } ], - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : "Query parameters to send.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "queryParameters", - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Query Parameters", - "placeholder" : "Add parameter", - "additionalProperties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "ARRAY", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "items" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "maxItems" : null, - "minItems" : null, - "multipleValues" : null, - "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null - } ], - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "Returns the full response data instead of only the body.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "fullResponse", - "type" : "BOOLEAN", - "defaultValue" : false, - "exampleValue" : null, - "label" : "Full Response", - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : true, - "description" : "Follow non-GET HTTP 3xx redirects.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "followAllRedirects", - "type" : "BOOLEAN", - "defaultValue" : false, - "exampleValue" : null, - "label" : "Follow All Redirects", - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : true, - "description" : "Follow GET HTTP 3xx redirects.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "followRedirect", - "type" : "BOOLEAN", - "defaultValue" : false, - "exampleValue" : null, - "label" : "Follow GET Redirect", - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : true, - "description" : "Succeeds also when the status code is not 2xx.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "ignoreResponseCode", - "type" : "BOOLEAN", - "defaultValue" : false, - "exampleValue" : null, - "label" : "Ignore Response Code", - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : true, - "description" : "HTTP proxy to use.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "proxy", - "type" : "STRING", - "defaultValue" : "", - "exampleValue" : null, - "label" : "Proxy", - "placeholder" : "https://myproxy:3128", - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "Time in ms to wait for the server to send a response before aborting the request.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "timeout", - "type" : "INTEGER", - "defaultValue" : 1000, - "exampleValue" : null, - "label" : "Timeout", - "placeholder" : null, - "maxValue" : null, - "minValue" : 1, - "options" : null, - "controlType" : "INTEGER", - "optionsDataSource" : null - } ], - "title" : "GET", - "processErrorResponse" : null, - "workflowNodeDescription" : null, - "perform" : { } - }, { - "batch" : null, - "deprecated" : null, - "description" : "The request method to use.", - "help" : null, - "metadata" : null, - "name" : "post", - "outputDefinition" : { - "output" : null, - "outputResponse" : null, - "outputSchema" : null, - "sampleOutput" : null - }, - "properties" : [ { - "advancedOption" : null, - "description" : "The URI to make the request to", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "uri", - "type" : "STRING", - "defaultValue" : "", - "exampleValue" : null, - "label" : "URI", - "placeholder" : "https://example.com/index.html", - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : "Download the response even if SSL certificate validation is not possible.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "allowUnauthorizedCerts", - "type" : "BOOLEAN", - "defaultValue" : false, - "exampleValue" : null, - "label" : "Allow Unauthorized Certs", - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : null, - "description" : "The format in which the data gets returned from the URL.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "responseType", - "type" : "STRING", - "defaultValue" : "JSON", - "exampleValue" : null, - "label" : "Response Format", - "placeholder" : null, - "controlType" : "SELECT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : [ { - "description" : "The response is automatically converted to object/array.", - "label" : "JSON", - "value" : "JSON" - }, { - "description" : "The response is automatically converted to object/array.", - "label" : "XML", - "value" : "XML" - }, { - "description" : "The response is returned as a text.", - "label" : "Text", - "value" : "TEXT" - }, { - "description" : "The response is returned as a file object.", - "label" : "File", - "value" : "BINARY" - } ], - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : "The name of the file if the response is returned as a file object.", - "displayCondition" : "responseType == 'BINARY'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "responseFilename", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Response Filename", - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : "Headers to send.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "headers", - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Headers", - "placeholder" : "Add header", - "additionalProperties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "ARRAY", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "items" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "maxItems" : null, - "minItems" : null, - "multipleValues" : null, - "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null - } ], - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : "Query parameters to send.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "queryParameters", - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Query Parameters", - "placeholder" : "Add parameter", - "additionalProperties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "ARRAY", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "items" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "maxItems" : null, - "minItems" : null, - "multipleValues" : null, - "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null - } ], - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "Content-Type to use when sending body parameters.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContentType", - "type" : "STRING", - "defaultValue" : "", - "exampleValue" : null, - "label" : "Body Content Type", - "placeholder" : null, - "controlType" : "SELECT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : [ { - "description" : null, - "label" : "None", - "value" : "" - }, { - "description" : null, - "label" : "JSON", - "value" : "JSON" - }, { - "description" : null, - "label" : "XML", - "value" : "XML" - }, { - "description" : null, - "label" : "Form-Data", - "value" : "FORM_DATA" - }, { - "description" : null, - "label" : "Form-Urlencoded", - "value" : "FORM_URL_ENCODED" - }, { - "description" : null, - "label" : "Raw", - "value" : "RAW" - }, { - "description" : null, - "label" : "Binary", - "value" : "BINARY" - } ], - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "Body Parameters to send.", - "displayCondition" : "bodyContentType == 'JSON'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContent", - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Body Content - JSON", - "placeholder" : "Add Parameter", - "additionalProperties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "ARRAY", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "items" : null, - "maxItems" : null, - "minItems" : null, - "multipleValues" : null, - "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "BOOLEAN", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "DATE", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "options" : null, - "controlType" : "DATE", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "DATE_TIME", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "options" : null, - "controlType" : "DATE_TIME", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "INTEGER", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "maxValue" : null, - "minValue" : null, - "options" : null, - "controlType" : "INTEGER", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "NULL", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "NULL" - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "NUMBER", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "maxNumberPrecision" : null, - "maxValue" : null, - "minNumberPrecision" : null, - "minValue" : null, - "numberPrecision" : null, - "options" : null, - "controlType" : "NUMBER", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "additionalProperties" : null, - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "TIME", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "options" : null, - "controlType" : "TIME", - "optionsDataSource" : null - } ], - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "XML content to send.", - "displayCondition" : "bodyContentType == 'XML'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContent", - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Body Content - XML", - "placeholder" : "Add Parameter", - "additionalProperties" : null, - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "Body parameters to send.", - "displayCondition" : "bodyContentType == 'FORM_DATA'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContent", - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Body Content - Form Data", - "placeholder" : "Add Parameter", - "additionalProperties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "FILE_ENTRY", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "properties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "extension", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "mimeType", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "name", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "url", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "controlType" : "FILE_ENTRY" - } ], - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "Body parameters to send.", - "displayCondition" : "bodyContentType == 'FORM_URL_ENCODED'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContent", - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Body Content - Form URL-Encoded", - "placeholder" : "Add Parameter", - "additionalProperties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "The raw text to send.", - "displayCondition" : "bodyContentType == 'RAW'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContent", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Body Content - Raw", - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "The object property which contains a reference to the file to upload.", - "displayCondition" : "bodyContentType == 'BINARY'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContent", - "type" : "FILE_ENTRY", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Body Content - Binary", - "placeholder" : null, - "properties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "extension", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "mimeType", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "name", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "url", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "controlType" : "FILE_ENTRY" - }, { - "advancedOption" : true, - "description" : "Mime-Type to use when sending raw body content.", - "displayCondition" : "'BINARY' == bodyContentType or 'RAW' == bodyContentType", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContentMimeType", - "type" : "STRING", - "defaultValue" : "text/plain", - "exampleValue" : null, - "label" : "Content Type", - "placeholder" : "text/plain", - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "Returns the full response data instead of only the body.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "fullResponse", - "type" : "BOOLEAN", - "defaultValue" : false, - "exampleValue" : null, - "label" : "Full Response", - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : true, - "description" : "Follow non-GET HTTP 3xx redirects.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "followAllRedirects", - "type" : "BOOLEAN", - "defaultValue" : false, - "exampleValue" : null, - "label" : "Follow All Redirects", - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : true, - "description" : "Follow GET HTTP 3xx redirects.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "followRedirect", - "type" : "BOOLEAN", - "defaultValue" : false, - "exampleValue" : null, - "label" : "Follow GET Redirect", - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : true, - "description" : "Succeeds also when the status code is not 2xx.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "ignoreResponseCode", - "type" : "BOOLEAN", - "defaultValue" : false, - "exampleValue" : null, - "label" : "Ignore Response Code", - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : true, - "description" : "HTTP proxy to use.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "proxy", - "type" : "STRING", - "defaultValue" : "", - "exampleValue" : null, - "label" : "Proxy", - "placeholder" : "https://myproxy:3128", - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "Time in ms to wait for the server to send a response before aborting the request.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "timeout", - "type" : "INTEGER", - "defaultValue" : 1000, - "exampleValue" : null, - "label" : "Timeout", - "placeholder" : null, - "maxValue" : null, - "minValue" : 1, - "options" : null, - "controlType" : "INTEGER", - "optionsDataSource" : null - } ], - "title" : "POST", - "processErrorResponse" : null, - "workflowNodeDescription" : null, - "perform" : { } - }, { - "batch" : null, - "deprecated" : null, - "description" : "The request method to use.", - "help" : null, - "metadata" : null, - "name" : "put", - "outputDefinition" : { - "output" : null, - "outputResponse" : null, - "outputSchema" : null, - "sampleOutput" : null - }, - "properties" : [ { - "advancedOption" : null, - "description" : "The URI to make the request to", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "uri", - "type" : "STRING", - "defaultValue" : "", - "exampleValue" : null, - "label" : "URI", - "placeholder" : "https://example.com/index.html", - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : "Download the response even if SSL certificate validation is not possible.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "allowUnauthorizedCerts", - "type" : "BOOLEAN", - "defaultValue" : false, - "exampleValue" : null, - "label" : "Allow Unauthorized Certs", - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : null, - "description" : "The format in which the data gets returned from the URL.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "responseType", - "type" : "STRING", - "defaultValue" : "JSON", - "exampleValue" : null, - "label" : "Response Format", - "placeholder" : null, - "controlType" : "SELECT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : [ { - "description" : "The response is automatically converted to object/array.", - "label" : "JSON", - "value" : "JSON" - }, { - "description" : "The response is automatically converted to object/array.", - "label" : "XML", - "value" : "XML" - }, { - "description" : "The response is returned as a text.", - "label" : "Text", - "value" : "TEXT" - }, { - "description" : "The response is returned as a file object.", - "label" : "File", - "value" : "BINARY" - } ], - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : "The name of the file if the response is returned as a file object.", - "displayCondition" : "responseType == 'BINARY'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "responseFilename", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Response Filename", - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : "Headers to send.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "headers", - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Headers", - "placeholder" : "Add header", - "additionalProperties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "ARRAY", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "items" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "maxItems" : null, - "minItems" : null, - "multipleValues" : null, - "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null - } ], - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : "Query parameters to send.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "queryParameters", - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Query Parameters", - "placeholder" : "Add parameter", - "additionalProperties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "ARRAY", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "items" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "maxItems" : null, - "minItems" : null, - "multipleValues" : null, - "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null - } ], - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "Body Parameters to send.", - "displayCondition" : "bodyContentType == 'JSON'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContent", - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Body Content - JSON", - "placeholder" : "Add Parameter", - "additionalProperties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "ARRAY", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "items" : null, - "maxItems" : null, - "minItems" : null, - "multipleValues" : null, - "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "BOOLEAN", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "DATE", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "options" : null, - "controlType" : "DATE", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "DATE_TIME", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "options" : null, - "controlType" : "DATE_TIME", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "INTEGER", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "maxValue" : null, - "minValue" : null, - "options" : null, - "controlType" : "INTEGER", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "NULL", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "NULL" - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "NUMBER", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "maxNumberPrecision" : null, - "maxValue" : null, - "minNumberPrecision" : null, - "minValue" : null, - "numberPrecision" : null, - "options" : null, - "controlType" : "NUMBER", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "additionalProperties" : null, - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "TIME", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "options" : null, - "controlType" : "TIME", - "optionsDataSource" : null - } ], - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "XML content to send.", - "displayCondition" : "bodyContentType == 'XML'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContent", - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Body Content - XML", - "placeholder" : "Add Parameter", - "additionalProperties" : null, - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "Body parameters to send.", - "displayCondition" : "bodyContentType == 'FORM_DATA'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContent", - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Body Content - Form Data", - "placeholder" : "Add Parameter", - "additionalProperties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "FILE_ENTRY", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "properties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "extension", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "mimeType", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "name", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "url", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "controlType" : "FILE_ENTRY" - } ], - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "Body parameters to send.", - "displayCondition" : "bodyContentType == 'FORM_URL_ENCODED'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContent", - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Body Content - Form URL-Encoded", - "placeholder" : "Add Parameter", - "additionalProperties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "The raw text to send.", - "displayCondition" : "bodyContentType == 'RAW'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContent", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Body Content - Raw", - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "The object property which contains a reference to the file to upload.", - "displayCondition" : "bodyContentType == 'BINARY'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContent", - "type" : "FILE_ENTRY", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Body Content - Binary", - "placeholder" : null, - "properties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "extension", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "mimeType", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "name", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "url", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "controlType" : "FILE_ENTRY" - }, { - "advancedOption" : true, - "description" : "Content-Type to use when sending body parameters.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContentType", - "type" : "STRING", - "defaultValue" : "", - "exampleValue" : null, - "label" : "Body Content Type", - "placeholder" : null, - "controlType" : "SELECT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : [ { - "description" : null, - "label" : "None", - "value" : "" - }, { - "description" : null, - "label" : "JSON", - "value" : "JSON" - }, { - "description" : null, - "label" : "XML", - "value" : "XML" - }, { - "description" : null, - "label" : "Form-Data", - "value" : "FORM_DATA" - }, { - "description" : null, - "label" : "Form-Urlencoded", - "value" : "FORM_URL_ENCODED" - }, { - "description" : null, - "label" : "Raw", - "value" : "RAW" - }, { - "description" : null, - "label" : "Binary", - "value" : "BINARY" - } ], - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "Body Parameters to send.", - "displayCondition" : "bodyContentType == 'JSON'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContent", - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Body Content - JSON", - "placeholder" : "Add Parameter", - "additionalProperties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "ARRAY", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "items" : null, - "maxItems" : null, - "minItems" : null, - "multipleValues" : null, - "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "BOOLEAN", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "DATE", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "options" : null, - "controlType" : "DATE", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "DATE_TIME", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "options" : null, - "controlType" : "DATE_TIME", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "INTEGER", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "maxValue" : null, - "minValue" : null, - "options" : null, - "controlType" : "INTEGER", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "NULL", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "NULL" - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "NUMBER", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "maxNumberPrecision" : null, - "maxValue" : null, - "minNumberPrecision" : null, - "minValue" : null, - "numberPrecision" : null, - "options" : null, - "controlType" : "NUMBER", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "additionalProperties" : null, - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "TIME", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "options" : null, - "controlType" : "TIME", - "optionsDataSource" : null - } ], - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "XML content to send.", - "displayCondition" : "bodyContentType == 'XML'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContent", - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Body Content - XML", - "placeholder" : "Add Parameter", - "additionalProperties" : null, - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "Body parameters to send.", - "displayCondition" : "bodyContentType == 'FORM_DATA'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContent", - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Body Content - Form Data", - "placeholder" : "Add Parameter", - "additionalProperties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "FILE_ENTRY", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "properties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "extension", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "mimeType", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "name", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "url", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "controlType" : "FILE_ENTRY" - } ], - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "Body parameters to send.", - "displayCondition" : "bodyContentType == 'FORM_URL_ENCODED'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContent", - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Body Content - Form URL-Encoded", - "placeholder" : "Add Parameter", - "additionalProperties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "The raw text to send.", - "displayCondition" : "bodyContentType == 'RAW'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContent", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Body Content - Raw", - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "The object property which contains a reference to the file to upload.", - "displayCondition" : "bodyContentType == 'BINARY'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContent", - "type" : "FILE_ENTRY", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Body Content - Binary", - "placeholder" : null, - "properties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "extension", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "mimeType", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "name", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "url", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "controlType" : "FILE_ENTRY" - }, { - "advancedOption" : true, - "description" : "Mime-Type to use when sending raw body content.", - "displayCondition" : "'BINARY' == bodyContentType or 'RAW' == bodyContentType", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContentMimeType", - "type" : "STRING", - "defaultValue" : "text/plain", - "exampleValue" : null, - "label" : "Content Type", - "placeholder" : "text/plain", - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "Returns the full response data instead of only the body.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "fullResponse", - "type" : "BOOLEAN", - "defaultValue" : false, - "exampleValue" : null, - "label" : "Full Response", - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : true, - "description" : "Follow non-GET HTTP 3xx redirects.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "followAllRedirects", - "type" : "BOOLEAN", - "defaultValue" : false, - "exampleValue" : null, - "label" : "Follow All Redirects", - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : true, - "description" : "Follow GET HTTP 3xx redirects.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "followRedirect", - "type" : "BOOLEAN", - "defaultValue" : false, - "exampleValue" : null, - "label" : "Follow GET Redirect", - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : true, - "description" : "Succeeds also when the status code is not 2xx.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "ignoreResponseCode", - "type" : "BOOLEAN", - "defaultValue" : false, - "exampleValue" : null, - "label" : "Ignore Response Code", - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : true, - "description" : "HTTP proxy to use.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "proxy", - "type" : "STRING", - "defaultValue" : "", - "exampleValue" : null, - "label" : "Proxy", - "placeholder" : "https://myproxy:3128", - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "Time in ms to wait for the server to send a response before aborting the request.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "timeout", - "type" : "INTEGER", - "defaultValue" : 1000, - "exampleValue" : null, - "label" : "Timeout", - "placeholder" : null, - "maxValue" : null, - "minValue" : 1, - "options" : null, - "controlType" : "INTEGER", - "optionsDataSource" : null - } ], - "title" : "PUT", - "processErrorResponse" : null, - "workflowNodeDescription" : null, - "perform" : { } - }, { - "batch" : null, - "deprecated" : null, - "description" : "The request method to use.", - "help" : null, - "metadata" : null, - "name" : "patch", - "outputDefinition" : { - "output" : null, - "outputResponse" : null, - "outputSchema" : null, - "sampleOutput" : null - }, - "properties" : [ { - "advancedOption" : null, - "description" : "The URI to make the request to", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "uri", - "type" : "STRING", - "defaultValue" : "", - "exampleValue" : null, - "label" : "URI", - "placeholder" : "https://example.com/index.html", - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : "Download the response even if SSL certificate validation is not possible.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "allowUnauthorizedCerts", - "type" : "BOOLEAN", - "defaultValue" : false, - "exampleValue" : null, - "label" : "Allow Unauthorized Certs", - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : null, - "description" : "The format in which the data gets returned from the URL.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "responseType", - "type" : "STRING", - "defaultValue" : "JSON", - "exampleValue" : null, - "label" : "Response Format", - "placeholder" : null, - "controlType" : "SELECT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : [ { - "description" : "The response is automatically converted to object/array.", - "label" : "JSON", - "value" : "JSON" - }, { - "description" : "The response is automatically converted to object/array.", - "label" : "XML", - "value" : "XML" - }, { - "description" : "The response is returned as a text.", - "label" : "Text", - "value" : "TEXT" - }, { - "description" : "The response is returned as a file object.", - "label" : "File", - "value" : "BINARY" - } ], - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : "The name of the file if the response is returned as a file object.", - "displayCondition" : "responseType == 'BINARY'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "responseFilename", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Response Filename", - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : "Headers to send.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "headers", - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Headers", - "placeholder" : "Add header", - "additionalProperties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "ARRAY", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "items" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "maxItems" : null, - "minItems" : null, - "multipleValues" : null, - "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null - } ], - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : "Query parameters to send.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "queryParameters", - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Query Parameters", - "placeholder" : "Add parameter", - "additionalProperties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "ARRAY", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "items" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "maxItems" : null, - "minItems" : null, - "multipleValues" : null, - "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null - } ], - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "Body Parameters to send.", - "displayCondition" : "bodyContentType == 'JSON'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContent", - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Body Content - JSON", - "placeholder" : "Add Parameter", - "additionalProperties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "ARRAY", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "items" : null, - "maxItems" : null, - "minItems" : null, - "multipleValues" : null, - "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "BOOLEAN", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "DATE", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "options" : null, - "controlType" : "DATE", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "DATE_TIME", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "options" : null, - "controlType" : "DATE_TIME", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "INTEGER", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "maxValue" : null, - "minValue" : null, - "options" : null, - "controlType" : "INTEGER", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "NULL", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "NULL" - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "NUMBER", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "maxNumberPrecision" : null, - "maxValue" : null, - "minNumberPrecision" : null, - "minValue" : null, - "numberPrecision" : null, - "options" : null, - "controlType" : "NUMBER", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "additionalProperties" : null, - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "TIME", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "options" : null, - "controlType" : "TIME", - "optionsDataSource" : null - } ], - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "XML content to send.", - "displayCondition" : "bodyContentType == 'XML'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContent", - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Body Content - XML", - "placeholder" : "Add Parameter", - "additionalProperties" : null, - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "Body parameters to send.", - "displayCondition" : "bodyContentType == 'FORM_DATA'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContent", - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Body Content - Form Data", - "placeholder" : "Add Parameter", - "additionalProperties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "FILE_ENTRY", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "properties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "extension", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "mimeType", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "name", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "url", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "controlType" : "FILE_ENTRY" - } ], - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "Body parameters to send.", - "displayCondition" : "bodyContentType == 'FORM_URL_ENCODED'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContent", - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Body Content - Form URL-Encoded", - "placeholder" : "Add Parameter", - "additionalProperties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "The raw text to send.", - "displayCondition" : "bodyContentType == 'RAW'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContent", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Body Content - Raw", - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "The object property which contains a reference to the file to upload.", - "displayCondition" : "bodyContentType == 'BINARY'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContent", - "type" : "FILE_ENTRY", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Body Content - Binary", - "placeholder" : null, - "properties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "extension", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "mimeType", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "name", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "url", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "controlType" : "FILE_ENTRY" - }, { - "advancedOption" : true, - "description" : "Content-Type to use when sending body parameters.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContentType", - "type" : "STRING", - "defaultValue" : "", - "exampleValue" : null, - "label" : "Body Content Type", - "placeholder" : null, - "controlType" : "SELECT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : [ { - "description" : null, - "label" : "None", - "value" : "" - }, { - "description" : null, - "label" : "JSON", - "value" : "JSON" - }, { - "description" : null, - "label" : "XML", - "value" : "XML" - }, { - "description" : null, - "label" : "Form-Data", - "value" : "FORM_DATA" - }, { - "description" : null, - "label" : "Form-Urlencoded", - "value" : "FORM_URL_ENCODED" - }, { - "description" : null, - "label" : "Raw", - "value" : "RAW" - }, { - "description" : null, - "label" : "Binary", - "value" : "BINARY" - } ], - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "Body Parameters to send.", - "displayCondition" : "bodyContentType == 'JSON'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContent", - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Body Content - JSON", - "placeholder" : "Add Parameter", - "additionalProperties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "ARRAY", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "items" : null, - "maxItems" : null, - "minItems" : null, - "multipleValues" : null, - "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "BOOLEAN", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "DATE", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "options" : null, - "controlType" : "DATE", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "DATE_TIME", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "options" : null, - "controlType" : "DATE_TIME", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "INTEGER", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "maxValue" : null, - "minValue" : null, - "options" : null, - "controlType" : "INTEGER", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "NULL", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "NULL" - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "NUMBER", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "maxNumberPrecision" : null, - "maxValue" : null, - "minNumberPrecision" : null, - "minValue" : null, - "numberPrecision" : null, - "options" : null, - "controlType" : "NUMBER", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "additionalProperties" : null, - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "TIME", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "options" : null, - "controlType" : "TIME", - "optionsDataSource" : null - } ], - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "XML content to send.", - "displayCondition" : "bodyContentType == 'XML'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContent", - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Body Content - XML", - "placeholder" : "Add Parameter", - "additionalProperties" : null, - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "Body parameters to send.", - "displayCondition" : "bodyContentType == 'FORM_DATA'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContent", - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Body Content - Form Data", - "placeholder" : "Add Parameter", - "additionalProperties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "FILE_ENTRY", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "properties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "extension", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "mimeType", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "name", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "url", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "controlType" : "FILE_ENTRY" - } ], - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "Body parameters to send.", - "displayCondition" : "bodyContentType == 'FORM_URL_ENCODED'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContent", - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Body Content - Form URL-Encoded", - "placeholder" : "Add Parameter", - "additionalProperties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "The raw text to send.", - "displayCondition" : "bodyContentType == 'RAW'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContent", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Body Content - Raw", - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "The object property which contains a reference to the file to upload.", - "displayCondition" : "bodyContentType == 'BINARY'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContent", - "type" : "FILE_ENTRY", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Body Content - Binary", - "placeholder" : null, - "properties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "extension", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "mimeType", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "name", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "url", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "controlType" : "FILE_ENTRY" - }, { - "advancedOption" : true, - "description" : "Mime-Type to use when sending raw body content.", - "displayCondition" : "'BINARY' == bodyContentType or 'RAW' == bodyContentType", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "bodyContentMimeType", - "type" : "STRING", - "defaultValue" : "text/plain", - "exampleValue" : null, - "label" : "Content Type", - "placeholder" : "text/plain", - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "Returns the full response data instead of only the body.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "fullResponse", - "type" : "BOOLEAN", - "defaultValue" : false, - "exampleValue" : null, - "label" : "Full Response", - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : true, - "description" : "Follow non-GET HTTP 3xx redirects.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "followAllRedirects", - "type" : "BOOLEAN", - "defaultValue" : false, - "exampleValue" : null, - "label" : "Follow All Redirects", - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : true, - "description" : "Follow GET HTTP 3xx redirects.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "followRedirect", - "type" : "BOOLEAN", - "defaultValue" : false, - "exampleValue" : null, - "label" : "Follow GET Redirect", - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : true, - "description" : "Succeeds also when the status code is not 2xx.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "ignoreResponseCode", - "type" : "BOOLEAN", - "defaultValue" : false, - "exampleValue" : null, - "label" : "Ignore Response Code", - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : true, - "description" : "HTTP proxy to use.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "proxy", - "type" : "STRING", - "defaultValue" : "", - "exampleValue" : null, - "label" : "Proxy", - "placeholder" : "https://myproxy:3128", - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "Time in ms to wait for the server to send a response before aborting the request.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "timeout", - "type" : "INTEGER", - "defaultValue" : 1000, - "exampleValue" : null, - "label" : "Timeout", - "placeholder" : null, - "maxValue" : null, - "minValue" : 1, - "options" : null, - "controlType" : "INTEGER", - "optionsDataSource" : null - } ], - "title" : "PATCH", - "processErrorResponse" : null, - "workflowNodeDescription" : null, - "perform" : { } - }, { - "batch" : null, - "deprecated" : null, - "description" : "The request method to use.", - "help" : null, - "metadata" : null, - "name" : "delete", - "outputDefinition" : { - "output" : null, - "outputResponse" : null, - "outputSchema" : null, - "sampleOutput" : null - }, - "properties" : [ { - "advancedOption" : null, - "description" : "The URI to make the request to", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "uri", - "type" : "STRING", - "defaultValue" : "", - "exampleValue" : null, - "label" : "URI", - "placeholder" : "https://example.com/index.html", - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : "Download the response even if SSL certificate validation is not possible.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "allowUnauthorizedCerts", - "type" : "BOOLEAN", - "defaultValue" : false, - "exampleValue" : null, - "label" : "Allow Unauthorized Certs", - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : null, - "description" : "The format in which the data gets returned from the URL.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "responseType", - "type" : "STRING", - "defaultValue" : "JSON", - "exampleValue" : null, - "label" : "Response Format", - "placeholder" : null, - "controlType" : "SELECT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : [ { - "description" : "The response is automatically converted to object/array.", - "label" : "JSON", - "value" : "JSON" - }, { - "description" : "The response is automatically converted to object/array.", - "label" : "XML", - "value" : "XML" - }, { - "description" : "The response is returned as a text.", - "label" : "Text", - "value" : "TEXT" - }, { - "description" : "The response is returned as a file object.", - "label" : "File", - "value" : "BINARY" - } ], - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : "The name of the file if the response is returned as a file object.", - "displayCondition" : "responseType == 'BINARY'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "responseFilename", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Response Filename", - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : "Headers to send.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "headers", - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Headers", - "placeholder" : "Add header", - "additionalProperties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "ARRAY", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "items" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "maxItems" : null, - "minItems" : null, - "multipleValues" : null, - "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null - } ], - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : "Query parameters to send.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "queryParameters", - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Query Parameters", - "placeholder" : "Add parameter", - "additionalProperties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "ARRAY", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "items" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "maxItems" : null, - "minItems" : null, - "multipleValues" : null, - "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null - } ], - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "Returns the full response data instead of only the body.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "fullResponse", - "type" : "BOOLEAN", - "defaultValue" : false, - "exampleValue" : null, - "label" : "Full Response", - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : true, - "description" : "Follow non-GET HTTP 3xx redirects.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "followAllRedirects", - "type" : "BOOLEAN", - "defaultValue" : false, - "exampleValue" : null, - "label" : "Follow All Redirects", - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : true, - "description" : "Follow GET HTTP 3xx redirects.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "followRedirect", - "type" : "BOOLEAN", - "defaultValue" : false, - "exampleValue" : null, - "label" : "Follow GET Redirect", - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : true, - "description" : "Succeeds also when the status code is not 2xx.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "ignoreResponseCode", - "type" : "BOOLEAN", - "defaultValue" : false, - "exampleValue" : null, - "label" : "Ignore Response Code", - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : true, - "description" : "HTTP proxy to use.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "proxy", - "type" : "STRING", - "defaultValue" : "", - "exampleValue" : null, - "label" : "Proxy", - "placeholder" : "https://myproxy:3128", - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "Time in ms to wait for the server to send a response before aborting the request.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "timeout", - "type" : "INTEGER", - "defaultValue" : 1000, - "exampleValue" : null, - "label" : "Timeout", - "placeholder" : null, - "maxValue" : null, - "minValue" : 1, - "options" : null, - "controlType" : "INTEGER", - "optionsDataSource" : null - } ], - "title" : "DELETE", - "processErrorResponse" : null, - "workflowNodeDescription" : null, - "perform" : { } - }, { - "batch" : null, - "deprecated" : null, - "description" : "The request method to use.", - "help" : null, - "metadata" : null, - "name" : "head", - "outputDefinition" : { - "output" : null, - "outputResponse" : null, - "outputSchema" : null, - "sampleOutput" : null - }, - "properties" : [ { - "advancedOption" : null, - "description" : "The URI to make the request to", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : true, - "name" : "uri", - "type" : "STRING", - "defaultValue" : "", - "exampleValue" : null, - "label" : "URI", - "placeholder" : "https://example.com/index.html", - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : "Download the response even if SSL certificate validation is not possible.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "allowUnauthorizedCerts", - "type" : "BOOLEAN", - "defaultValue" : false, - "exampleValue" : null, - "label" : "Allow Unauthorized Certs", - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : null, - "description" : "The format in which the data gets returned from the URL.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "responseType", - "type" : "STRING", - "defaultValue" : "JSON", - "exampleValue" : null, - "label" : "Response Format", - "placeholder" : null, - "controlType" : "SELECT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : [ { - "description" : "The response is automatically converted to object/array.", - "label" : "JSON", - "value" : "JSON" - }, { - "description" : "The response is automatically converted to object/array.", - "label" : "XML", - "value" : "XML" - }, { - "description" : "The response is returned as a text.", - "label" : "Text", - "value" : "TEXT" - }, { - "description" : "The response is returned as a file object.", - "label" : "File", - "value" : "BINARY" - } ], - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : "The name of the file if the response is returned as a file object.", - "displayCondition" : "responseType == 'BINARY'", - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "responseFilename", - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Response Filename", - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : "Headers to send.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "headers", - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Headers", - "placeholder" : "Add header", - "additionalProperties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "ARRAY", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "items" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "maxItems" : null, - "minItems" : null, - "multipleValues" : null, - "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null - } ], - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : null, - "description" : "Query parameters to send.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "queryParameters", - "type" : "OBJECT", - "defaultValue" : null, - "exampleValue" : null, - "label" : "Query Parameters", - "placeholder" : "Add parameter", - "additionalProperties" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "ARRAY", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "items" : [ { - "advancedOption" : null, - "description" : null, - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : null, - "type" : "STRING", - "defaultValue" : null, - "exampleValue" : null, - "label" : null, - "placeholder" : null, - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - } ], - "maxItems" : null, - "minItems" : null, - "multipleValues" : null, - "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null - } ], - "multipleValues" : null, - "options" : null, - "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "Returns the full response data instead of only the body.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "fullResponse", - "type" : "BOOLEAN", - "defaultValue" : false, - "exampleValue" : null, - "label" : "Full Response", - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : true, - "description" : "Follow non-GET HTTP 3xx redirects.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "followAllRedirects", - "type" : "BOOLEAN", - "defaultValue" : false, - "exampleValue" : null, - "label" : "Follow All Redirects", - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : true, - "description" : "Follow GET HTTP 3xx redirects.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "followRedirect", - "type" : "BOOLEAN", - "defaultValue" : false, - "exampleValue" : null, - "label" : "Follow GET Redirect", - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : true, - "description" : "Succeeds also when the status code is not 2xx.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "ignoreResponseCode", - "type" : "BOOLEAN", - "defaultValue" : false, - "exampleValue" : null, - "label" : "Ignore Response Code", - "placeholder" : null, - "options" : [ { - "description" : null, - "label" : "True", - "value" : true - }, { - "description" : null, - "label" : "False", - "value" : false - } ], - "controlType" : "SELECT" - }, { - "advancedOption" : true, - "description" : "HTTP proxy to use.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "proxy", - "type" : "STRING", - "defaultValue" : "", - "exampleValue" : null, - "label" : "Proxy", - "placeholder" : "https://myproxy:3128", - "controlType" : "TEXT", - "languageId" : null, - "maxLength" : null, - "minLength" : null, - "options" : null, - "optionsDataSource" : null - }, { - "advancedOption" : true, - "description" : "Time in ms to wait for the server to send a response before aborting the request.", - "displayCondition" : null, - "expressionEnabled" : null, - "hidden" : null, - "metadata" : { }, - "required" : null, - "name" : "timeout", - "type" : "INTEGER", - "defaultValue" : 1000, - "exampleValue" : null, - "label" : "Timeout", - "placeholder" : null, - "maxValue" : null, - "minValue" : 1, - "options" : null, - "controlType" : "INTEGER", - "optionsDataSource" : null - } ], - "title" : "HEAD", - "processErrorResponse" : null, - "workflowNodeDescription" : null, - "perform" : { } - } ], - "dataStream" : null, - "triggers" : null, - "unifiedApi" : null -} \ No newline at end of file