Skip to main content
Version: 5.4

REST Trigger Transfer Object

The rest trigger provides rest API endpoints. When a request is sent to the provided endpoint, a transfer is triggered.

REST Trigger

The following properties can be configured:

Set of access dataREST server connection via which the endpoint is to be provided.
Endpoint

Determines 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 for the endpoint, this call can be accessed under ""http://Server:50117/api/GetData".

Http MethodThe Http methods supported by the REST endpoint can be selected here.
Response FormatThe format in which the response will be send, e.g. JSON.
Request ParametersThe expected parameters for a call can be specified here. These parameters must be sent with a request for the call to work.
Response ParameterThe parameters to be send sent with the response.