REST request
This block enables communicating with REST services, i.e. it calls the REST WebService.

Double-clicking on a REST Request block opens a special pop-up window: REST Request, where you define the settings.

The window can be divided into 2 sections:
- Header or general information with fields to enter
- Tabs: Content and Custom headers
In the bottom, there are 3 buttons:
- Reset – Returns all field values to default or empty.
- OK – Saves information and closes the window.
- Cancel – Closes window without saving.
1. Header/general information
Method
|
Select the action method.
|
Base URL
|
Enter URL link of the WebService. Base URL is a mandatory field.
|
Resource
|
Enter URL link for the specific action.
|
Request timeout s
|
If needed, enter timeout in seconds.
|
Auth type
|
Select the authentication.
|
2. Tabs
Body
|
Enter parameters in a format to suit the method type into the fields:
- Request content – for requests
- Response content – for responses
|
Authentication |
Select authentication type: No Auth, API key, Basic Auth, Bearer Token, Token |
Custom headers
|
Specify custom information in the Custom headers grid. Data from Custom header will be sent to the http request header.
|