Functions Utility

WebRequest

The WebRequest() function retrieves data from a URL.

Syntax


WebRequest()

Note:

Input parameters can consist of Quintessence functions. This includes functions that return ranges in cases where a parameter value can be a range.

Examples


Example – Retrieve data from a URL

Note:

How your system administrator configured Quintessence determines which function parameters are required. In most implementations, administrators configure functions so that certain parameters default to specific values when left blank.

Example – Retrieve data from a URL


Output
Download this example

Back to top