a!httpQueryParameter() Function

Note: this function is used only for the HTTP Upload and HTTP Download smart services. Query Parameters for general HTTP requests are managed using integrations.

Function

a!httpQueryParameter( name, value )

Creates an HTTP query parameter object which can be passed to an HTTP function.

Parameters

Keyword Type Description

name

Text

The header name.

value

Type

The header value. Either Text or a!scsField().

Open in Github Built: Wed, Aug 16, 2023 (04:37:39 PM)

On This Page

FEEDBACK