Forum Discussion
Does this help
https://helpv2.quickbase.com/hc/en-us/articles/4418310983188
Authenticate and then redirect to do something else
"https://mycompany.quickbase.com/db/main?act=API_Authenticate&username=xxxxx@hotmail.com&password=yyyyyyyy"
& "&rdr=" & URLEncode("https://mycompany.quickbase.com/db/xxxxx?a=pagePreview&pageID=46")
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
Thanks, Mark. I saw the article you sent, I do have a few doubts:
When we are trying to authenticate using API_Authenticate, what are its limitations?
I'm trying to download a table with table ID and qID. Or I can work with listing all tables in a particular application and I want to work on getting these tables' data in Excel.
While using HTTPS API_Authenticate call, will I be able to do all of these? Some limitations are mentioned in this article: https://helpv2.quickbase.com/hc/en-us/articles/4418310927892-Welcome-to-the-Quickbase-API-Guide
------------------------------
Praharsha K
------------------------------