Building URL to download CSV
I'm building some automations outside of Quickbase and have found the best way to pull data has been to build a URL using a usertoken that pulls data into a CSV that I process externally with python.
For previous tables I've used this basic format:
qb URL: https://company.quickbase.com/db/dbID?a=q&qid=34
url = 'https://company.quickbase.com/db/dbID(from original URL)?a=api_genresultstable&qid=34(from original URL)&options=csv&usertoken=private_token'
However, when i build a URL call based on the URL below it pulls data from the wrong table... WHY.
https://company.quickbase.com/db/dbID?a=q&qid=31
Would love some insight on how to adjust my URL call to have it pull the correct data.
p.s. this works as long as I'm already signed in, but I need to do this when I'm not necessarily signed in:
https://company.quickbase.com/db/dbID&opts=csv
Thanks,
Ed
------------------------------
Edwin Reik
------------------------------