Query for Data
Queries records from a Quickbase table.
GET
Query
Arguments
stringrequired
The Quickbase table identifier to query.
array of number
Optional array of Quickbase field IDs to return. Leave empty to use the table's default columns.
string
Optional Quickbase query-language filter string, for example {'6'.CT.'Acme'}.
Uncommon arguments
array of object
Optional array of sort objects, each with fieldId and order.
array of object
Optional array of group objects, each with fieldId and grouping.
object
Optional object containing runQuery options such as top, skip, and compareWithAppLocalTime.
Field selectionChoose which fields should be included in the response. Learn more
string
Comma-separated response fields to include.