1. Home
  2. ...
  3. Communication and Protocols
  4. c REST

c REST

Available connectors

The REST component allows you to create and manage RESTful endpoints, facilitating communication between applications through the HTTP protocol. It enables the definition of routes that respond to HTTP requests (such as GET, POST, PUT, and DELETE), processing data, invoking services, and handling information.

URI Syntax: rest:method:path:uriTemplate

Main fields

Path parameters

Name
Description
Default
Type
method (common)(required) HTTP method to be used. Possible values: get, post, put, delete, patch, head, trace, connect, options.—String
path (common)(required) Base path. Can use * as a suffix to allow wildcard HTTP route matching.—String
uriTemplate (common)The URI template.—String

Query parameters

Name
Description
Default
Type
host (producer)Host and port of the HTTP service to be used (overrides the host defined in the Swagger schema).—String

Example

The flow triggers every 5 seconds.

Calls an external API with the GET method.

Logs the result.

How happy are you with this page?

We use cookies to enhance your experience on our site. By continuing to browse, you agree to our use of cookies.Learn more