Request to REST API

Home > User guide > BOT > How to use the BOT editor > Extension > API intgration > Request to REST API
Japanese may be displayed on some pages.

App overview
Sends requests to any REST API and retrieves responses. It also allows requests from within the LAN via the communication pathway of a Virtual browser.
Extended Feature URL | cbot-extension://cloud-bot:api:request-to-rest:1 |
Provider | Cloud BOT official |
External communication | Yes |
Version | 1 |
Screen description
Input screen
Request options

Method
Select the request method.
(GET, POST, PUT, DELETE, HEAD, OPTIONS, PATCH)
Endpoint
Specifies the request endpoint.
Query parameters
Specifies the URL query parameters (KEY,VALUE). You can add or delete as needed.
Headers
Specify the request headers (KEY,VALUE). You can add or delete as needed.
Body
Specifies the request body.
Communication pathway
Select the communication pathway.
* Click here to learn more about REST API communication pathway.
Result screen
Response

The result of the request made on the input screen will be displayed.
Status code
Response status code will be displayed.
Status text
Response status text will be displayed.
Headers
Response headers will be displayed.
Body
Response body will be displayed.
Additional explanation of "Communication pathway"
Request from Cloud BOT service

Request from Cloud BOT service.
Request via Virtual browser communication pathway

Requests are made via the Virtual browser's Virtual connector. Requests can be made to any location within a LAN.
* You must be using a Virtual connector for your Virtual browser. Learn more about Virtual connectors.