HTTP Client¶
The HTTP Client worker performs HTTP requests to a user-given API, by providing URL, request method, headers, authentication and payload. If the request returns a success, the HTTP Client worker will return a JSON response to the workflow.

Parameters¶
The HTTP Client worker must receive specific parameters in order to execute properly. When parameters are not set correctly it may cause the worker to not work as expected. This worker's parameters are separated in the following tabs: Base URL, Body, Headers and Auth.
Base URL¶
The Base URL tab receives parameters such as URL and Method which are used by the worker to locate the target API and request method.

URL¶
Set the API URL using Template Text variant.
Method¶
Select the HTTP request method using Fixed Input variant.
Body¶
The Body tab receives parameters which are used as payload to be sent to the target API.

Body¶
Set a list of key and values to create a payload body which will sent to the given API using.
Key¶
Set the object key using Fixed Portfolio, Get Latest, Get List or Upstream Data variants.
Value¶
Set the research workspace of the portfolio to be calculated using Fixed Workspace variant.
Headers¶
The Headers tab receives parameters which are sent as configuration headers(type, authorization, etc.) to the target API.

Body¶
Select the portfolio to be calculated using Fixed Portfolio, Get Latest, Get List or Upstream Data variants.
Key¶
Select the portfolio to be calculated using Fixed Portfolio, Get Latest, Get List or Upstream Data variants.
Value¶
Set the research workspace of the portfolio to be calculated using Fixed Workspace variant.
Auth¶
The Auth tab receives parameters which are used as authentication factors to receive access to the target API.

Body¶
Select the portfolio to be calculated using Fixed Portfolio, Get Latest, Get List or Upstream Data variants.
Key¶
Select the portfolio to be calculated using Fixed Portfolio, Get Latest, Get List or Upstream Data variants.
Value¶
Set the research workspace of the portfolio to be calculated using Fixed Workspace variant.