REST Client
Last updated
Last updated
The REST Client component allows users to interact with RESTful web services by making HTTP requests and receiving responses. Users can specify the HTTP method, URL, headers, and body of the request, and handle the response based on its content type. The REST Client component is commonly used in data integration workflows to retrieve or post data to external systems via RESTful APIs.
URL
Service Endpoint
Service System Id
HTTP System Id
Get authentication information from the predefined system
Method
HTTP Method
GET/POST/PUT/DELETE
Authentication
Authentication Type
None
Basic
Digest
Custom
Linked Data Structure Id
Input data structure. This id is used to generate input data through mapping.
Request Format
Request Content-Type
JSON
XML
Form Parameter
Response Format
Request Content-Type
JSON
XML
Timeout
Service timeout(sec). The default value is 30 seconds.
Input Data
The name of the input parameter or contents
GET
The GET method requests a representation of the specified resource. Requests using GET should only retrieve data.
POST
The POST method submits an entity to the specified resource, often causing a change in state or side effects on the server.
PUT
The PUT method replaces all current representations of the target resource with the request payload.
DELETE
The DELETE method deletes the specified resource.
Attributes
Description
ResponseCode
HTTP Response code
InputMessage
Request message sent to the service
OutputMessage
Response message returned from the service
DataStructureId
Data structure id for mapping