Do query (XML API)
documentedReturn records matching a textual query for a given table (XML API DoQuery).
GET /db/{dbid}?a=API_DoQuery&query={...}Recordsno implementation yet0 runsNo 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"