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 |
|---|---|
|
|
The HTTP method for the request, such as GET or POST. |
|
|
The path portion of the endpoint URL, appended to the base URI. |
|
|
The complete endpoint URL, including the base URI and path, used instead of the URI parameter. |
|
|
The expected content type of the request body, such as application/json. |
|
|
The HTTP operation to perform, similar to methodName. |
|
|
The format of the request body, such as JSON or XML. |
|
|
The body content to send with the request, formatted according to the request body type. |
|
|
Text fields to include as form data name/value pairs in the request body. |
|
|
File fields to include as form data name/value pairs in the request body. |
|
|
The file path to binary data to include in the request body. |
|
|
Additional HTTP header name/value pairs to include in the request. |
|
|
Additional query string name/value pairs to append to the request URL. |