Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

The action sends an HTTP request to invoke a RESTful web service

Action icon

Image Modified

Settings of parameters

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
Endpoint URLEndpoint URLRobin.String
Yes
MethodThe method of request being created. By default, Get.Robin.String
No
Request bodyThe body of the request to be sent. Allows you to send a request as a JSON stringyRobin.String
No
Query ParametersQuery ParametersRobin.Dictionary
No
Form ParametersForm Parameters of POST methodRobin.Dictionary
No
AuthorizationDictionary with authorization parameters - Basic or Bearer Token. In the case of Basic authorization, the dictionary must have the keys «user» and «pass», and the values of the dictionary elements must contain the username and password. In case of Bearer Token authorization, the dictionary must have the «token» key, and the element value must contain the Bearer Token.Robin.Dictionary
No
Request HeadersRequest HeadersRobin.Dictionary
No
File path for sending by POST methodThe path to the file to be attached to the requestRobin.FilePath
No
Proxy server settingsSpecifies the settings for the proxy server to use. You can use the system proxy settings set at the OS level, or configure custom proxy settings, or connect without a proxy server. The system settings are used by default.Robin.String
No
Proxy server protocolThe protocol of the proxy server. For example, http, httpsRobin.String
No
The hostname, or address, of the proxy serverThe hostname, or address, of the proxy serverRobin.String
No
The port number of the proxy serverThe port number of the proxy serverRobin.String
No
The username of the proxy serverThe username of the proxy serverRobin.String
No
The password of the proxy serverThe password of the proxy serverRobin.Object
No
Get fileAbility to get files from a request. If «true» is selected, the «Path to folder» and «File name» fields must be filled in.Robin.BooleantrueNo
Path to fileThe path to the folder where the resulting file should be saved.Robin.FolderPathC:\doc\imgNo
File nameA field for the file name with an extension.Robin.String
No
OverwriteOverwrite existing file. If the value of the parameter is false, and a file with the same name and extension already exists in the specified folder, an error will be raised. The default value is false.Robin.BooleantrueNo
Disable SSLDisable SSL. If the value is true, then SSL certificate verification will be skipped. The default value is false.Robin.BooleantrueNo
Results
Response statusResponse status code. Returned by all methods.Robin.String

Response Headers.Response Headers. Returned by all methods. If there are repeated headers in the response from the server, their values are collected into a separate collection, which is stored in the dictionary with the header as the key.Robin.Dictionary

Response bodyResponse body. Returned by all methodsRobin.String

IdentificatorA string variable to which the identifier from the "Id" response header will be written. Returned by POST method onlyRobin.String

Указатель ресурсаThe Location response header indicates the URL to redirect a page to. It only provides a meaning when served with a 3xx (redirection) or 201 (created) status response and only for POST method.Robin.String

Special conditions of use 

...