Skip to main content
Version: 5.4

REST Trigger

The REST trigger provides REST API endpoints. When a request is sent to the provided endpoint, a transfer is triggered. How to create a transfer object is described on the Projecting page.

The following properties can be configured:

PropertyDescription
ConnectionREST server connection through which the endpoint is to be provided.
Endpoint

Defines the part of the URL after the host URL of the selected connection. For example
, if the host URL in the connection is "http://Server:50117/api/" and "GetData" is configured here as the endpoint, this call can be accessed at "http://Server:50117/api/GetData".

HTTP methodHere you can select the HTTP methods supported by the REST endpoint.
Response formatThe format in which the response is sent, e.g., JSON.
Request ParameterHere you can specify the expected parameters for a call. These parameters must be sent with a request for the call to work.
Response ParameterThe parameters that are sent with the response.