Actions: Appli Connect

rest api call

Define a generic REST API call.

Argument Description
ResposeCode The array variable which contains the server’s response code.
StatusFormat How should your request’s progress be returned?
ResponseBody The array variable which should contain the result of the request. If JSON is returned, it is converted to an Appli Array. If it is not JSON, the returned value is placed there instead.
EndpointURL The full endpoint to be used for the call
ParamsBodyFormat Send body of the request sent as JSON or as URL Parameters
RequestBody The array variable which contains the parameters / body of the request. This is array is converted to JSON and used as the payload/body of the request.
Method The HTTP method to be used for the call
CustomHeaders The array variable which contains the custom HTTP headers to use for the call. Most, not all APIs require this.
ResponseHeaders The array variable which contains the headers of the server’s response.
StatusUpdate The element or the variable where the progress update of your request is placed.

This chapter was last updated on Thu 25 Jul 2024 11:35:29 BST