Docs

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.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.