Skip to main content

Add URL parameter

Adds a query parameter to the URL in the request

Function AddURLParameter(Val Name, Val Value, Val IgnoreEmpty = False) Export

ParameterCLI optionTypeRequiredDescription
Name-StringRequest parameter key
Value-ArbitraryRequest parameter value
IgnoreEmpty-BooleanDo not add parameter if empty value is passed
Returns

DataProcessorObject.OPI_HTTPClient - This processor object

tip

The parameter value will be converted to a string

Caution

NOCLI: this method is not available in CLI version