Sign in

Gen results table

documented

Embed 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 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://{{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"
Gen results table · Quickbase · OpenIntegrations