DataSpider adapter details "REST"
DataSpider adapter details "REST"
Execute requests such as GET, POST, PUT, and DELETE to the web server using HTTP methods, and receive responses in a variety of data formats (JSON, XML, multipart form, text, binary).
Use Cases
- Even if a product or service is not supported by the adapter, it can be integrated if the REST API is publicly available.
Collaboration image

List of features
| function | overview | DataSpider Servista |
DataSpider Cloud |
|---|---|---|---|
| GET execution | Execute a request using the HTTP GET method |
○ |
○ |
| POST execution | Execute a request using the HTTP POST method |
○ |
○ |
| PUT execution | Execute a request using the HTTP PUT method |
○ |
○ |
| Execute DELETE | Execute a request using the HTTP DELETE method |
○ |
○ |
- The REST adapter is developed based on established specifications and is not implemented for a specific connection destination. Therefore, reading and writing may not be possible depending on the connection destination and the library driver used. Also, adapter support is limited to the range of reading and writing possible according to the adapter specifications, and we may not be able to confirm functions and operations specific to the connection destination.
- If you plan to use a REST adapter to connect to the above products and services, please be sure to use the evaluation version before purchasing to confirm that it meets your requirements.