Optional
groupOptional
options?: { Additional query options.
Optional
compareWhether 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.
The number of records to skip.
The maximum number of records to display.
Optional
select?: number[]An 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.
Optional
sortAn array of field IDs and sort directions. If this attribute is not set or set to false, queries will be unsorted to improve performance.
The table identifier.
Optional
where?: stringThe filter, using the Quickbase query language, which determines the records to return. If this parameter is omitted, the query will return all records.
An array that contains the fields to group the records by.