Optional. A comma separated list of the variables to return, case insensitive. The order of variables in this list will determine the order of values in the response.
​
If not specified, all variables belonging to the table will be returned.
maxResults
Optional. Maximum number of rows to return. Defaults to 100 if not specified.
To support memory-efficient streaming and data processing, the response is returned as Newline Delimited JSON, with each row represented as an array of values on a single line. The order of the values in each row is determined by the selectedVariables query parameter.
Please note the following regarding response data formats:
All numeric values will be encoded as strings in order to preserve precision.
Date variables are formatted as YYYY-MM-DD
DateTime variables are formatted at YYYY-MM-DD HH:MM:SS[.DDDDDD]