Optional
columnsOptional
failureIf no failure function is provided the response is sent to the console via console.error. If a function is provided the JSON response is passed to it as the only parameter.
Optional
includeInclude the Details link column in the set of columns (defaults to false).
If included, the column will have the name "Details". The underlying table/query must support details
links or the column will be omitted in the response.
Optional
maxThe maximum number of rows to return from the server (defaults to 100000). If you want to return all possible rows, set this config property to -1.
Optional
offsetThe index of the first row to return from the server (defaults to 0). Use this along with the maxRows config property to request pages of data.
Optional
pivotOptional
scopeOptional
sortDefine how columns are sorted.
An object which contains parameters related to the source of the request.
A function to be executed when the GetData request completes successfully. The function will be passed a Response object.
Optional
transforms
An array containing FieldKey objects, strings, or arrays of strings. Used to specify which columns the user wants. The columns must match those returned from the last transform.