JSON Request
Executes a web call, optionally sending a JSON payload and returning a JSON response.
Properties
Connection
Type: Connection Input
BaseUrl
Type: String
TimeoutSecs
Type: Int32
Username
Type: String
Password
Type: String
The Connection Property
Url
Type: String Input
The Url to invoke with a GET request
DataType
Type: List Input
The DataType Property
Raw - The data sent and received will be referenced from and returned directly to the Request and Response properties.
XML - The data in Request will be converted from JSON to XML prior to transmitting and the Response will be converted back to XML from JSON.
Request
Type: Multiline Text Input
The Request data (See Data Type)
Response
Type: Multiline Text Output
The Response Property
Remarks
Use this Node to make a call on to an endpoint that returns JSON.