-
Notifications
You must be signed in to change notification settings - Fork 5
The REST Action
HCaseira edited this page Dec 27, 2023
·
1 revision
Executes a REST http request to a specified endpoint.
-
url
the http address for the remote REST API. -
path
convenient property to separate the url and the path parts of the address. -
method
the http method to be used in the call: get, post, put, delete, patch. -
queryArgs
a JSON object with the key/value pairs to be sent as query arguments of the request. -
body
a JSON object to be sent as the body of the request.