The table identifier.
OptionalgroupAn array that contains the fields to group the records by.
OptionalfieldId?: numberThe unique identifier of a field in a table.
Optionalgrouping?: "equal-values"Group by based on equal values (equal-values)
OptionaloptionsAdditional query options.
OptionalcompareWithAppLocalTime?: booleanWhether to run the query against a date time field with respect to the application's local time. The query is run with UTC time by default. This parameter is ignored when querying by ISO8601, which is always in UTC.
Optionalskip?: numberThe number of records to skip.
Optionaltop?: numberThe maximum number of records to display.
OptionalselectAn array of field ids for the fields that should be returned in the response. If empty, the default columns on the table will be returned.
OptionalsortAn array of field IDs and sort directions. If this attribute is not set or set to false, queries will be unsorted to improve performance.
OptionalwhereThe filter, using the Quickbase query language, which determines the records to return. If this parameter is omitted, the query will return all records.
Query for data