Gen results table
documentedEmbed a Quickbase table report as an HTML table or other formats via the XML API.
GET /db/{dbid}?a=API_GenResultsTable&...&qid={query_id}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://{{QUICKBASE_DOMAIN}}/db/{{$dbid}}?a=API_GenResultsTable&ticket={{QUICKBASE_TICKET}}&apptoken={{QUICKBASE_APP_TOKEN}}&qid={{query_id}}&jht=1&clist={{clist}}&slist={{slist}}&options={{options}}&udata={{udata}}" \
-X GET \
-H "Accept: application/xml"