app-workflow_engine

On this page:

restCall

Summary

REST Call

Description

Execute a REST call

Route

No Northbound API Available

Roles

Parameters

DetailsExampleSchema
Name Type Required Description
uri string yes The URI for the REST call
verb enum yes Allowed values are: [ DELETE, GET, PATCH, PUT, POST ] - Verb for the REST call
user string no User for the API
password string no Cleartext password for the API
headers object no Any custom headers
body object no Body for the API call
responseHeaders boolean yes Include response headers?

Return

DetailsExampleSchema
Name Type Description
response object response from the REST call