Forum Discussion
- ChayceDuncanQrew Captain
If you want the actual "List All" report in Quikbase, you can perform a doQuery using the HTTP API and instead of providing a strict query pass in qid=1. So:
/dbid?a=API_DoQuery&qid=1
If you want a true unfiltered download of all fields in your table, you could do:
/dbid?a=API_DoQuery&clist=a
You are not required to provide any kind of query parameter and in place it will return all records and clist=a returns all fields
------------------------------
Chayce Duncan
------------------------------