Http Rest v1.0

Version 1.0

Connector Overview: This page documents all 1 actions for the Http Rest v1.0.

General

UNKNOWN Rest Request

Rest Request

Execute a custom HTTP request to an external endpoint, specifying the method, URI, and optional body.

Parameters

Parameter Name

Description

Method Name

The HTTP method for the request, such as GET or POST.

URI after /

The path portion of the endpoint URL, appended to the base URI.

Full URI

The complete endpoint URL, including the base URI and path, used instead of the URI parameter.

Consumes Format

The expected content type of the request body, such as application/json.

Http Operation

The HTTP operation to perform, similar to methodName.

Request Body Type

The format of the request body, such as JSON or XML.

Request Body

The body content to send with the request, formatted according to the request body type.

formDataText

Text fields to include as form data name/value pairs in the request body.

formDataFile

File fields to include as form data name/value pairs in the request body.

Binary Data Path

The file path to binary data to include in the request body.

headers

Additional HTTP header name/value pairs to include in the request.

queryParams

Additional query string name/value pairs to append to the request URL.