Returns the contents downloaded from {0} as binary. An optional record parameter, {1}, may be provided to specify additional properties. The record can contain the following fields:
Query
: Programmatically add query parameters to the URL without having to worry about escaping.ApiKeyName
: If the target site has a notion of an API key, this parameter can be used to specify the name (not the value) of the key parameter that must be used in the URL. The actual key value is provided in the credential.Content
: Specifying this value changes the web request from a GET to a POST, using the value of theContent
field as the content of the POST.Headers
: Specifying this value as a record will supply additional headers to an HTTP request.Timeout
: Specifying this value as a duration will change the timeout for an HTTP request. The default value is 100 seconds.ExcludedFromCacheKey
: Specifying this value as a list will exclude these HTTP header keys from being part of the calculation for caching data.IsRetry
: Specifying this logical value as true will ignore any existing response in the cache when fetching data.ManualStatusHandling
: Specifying this value as a list will prevent any builtin handling for HTTP requests whose response has one of these status codes.RelativePath
: Specifying this value as text appends it to the base URL before making the request.
Returns the AST for the body of {0}, normalized into a row expression : The function must be a 1-argument lambda. All references ...
Returns the average value for the items in the list, {0}. The result is given in the same datatype as the values in the list. ...
Returns the beta distribution. The beta distribution is commonly used to study variation in the percentage of something across ...
Returns the chi-squared distribution. The chi-squared distribution is commonly used to study variation in the percentage ...
Returns the contents downloaded from {0} as binary. An optional record parameter, {1}, may be provided to specify additional ...
Returns the contents of the CSV document as a table. {1}: If a record is specified and {2}, {3}, {4} are null, all of parameters ...
Returns the contents of the CSV document as a table. {1}: If a record is specified and {2}, {3}, {4} are null, all of parameters ...
Returns the contents of the HTML document broken into its constituent structures, as well as a representation of the full ...
Returns the current date and time in UTC (the GMT timezone). This value is fixed and will not change with successive calls. ...