Sign in

Do query (XML API)

documented

Return records matching a textual query for a given table (XML API DoQuery).

GET /db/{dbid}?a=API_DoQuery&query={...}Recordsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{REALM}}.quickbase.com/db/{{$dbid}}?a=API_DoQuery&query={{$query}}&apptoken={{QUICKBASE_APP_TOKEN}}&includeRids={{$includeRids}}" \
  -X GET \
  -H "Accept: application/xml" \
  -H "QUICKBASE-ACTION: API_DoQuery"
Do query (XML API) · Quickbase · OpenIntegrations