Skip to content

"Call REST API" Operation

olitank edited this page Nov 28, 2025 · 7 revisions

This operation allows to query a REST API.

General

OpenAPI Description

Corresponds to the API description in the OpenAPI format (formerly Swagger).

Operation

Allows to select the API operation to perform.

Custom Base URL

Allows to override the default API address by providing a custom URL prefix.

(Operation Result)

result

The structured data resulting from the execution of the operation.

NOTE: In case of an error, the thrown exception will have the type specified in the OpenAPI Description resource (location: General / Structure / Operation / Responses / Exception Class).

Clone this wiki locally