Forum Discussion
NathanHawe
5 years agoQrew Cadet
There's an older XML API endpoint that can add/update pages https://help.quickbase.com/api-guide/add_replace_dbpage.html. I think this would work well in your situation, you'd just have to change the way you make requests to this specific endpoint to match the XML requirements. You can still use user tokens for most of these older XML APIs by passing it in a "usertoken" tag so you shouldn't need to authenticate differently.
Some people have used this to make deployment tools for code pages in the past. I haven't used this personally, but looking at the code might be helpful https://github.com/cullenjett/quickbase-cli.
------------------------------
Nathan Hawe
------------------------------
Some people have used this to make deployment tools for code pages in the past. I haven't used this personally, but looking at the code might be helpful https://github.com/cullenjett/quickbase-cli.
------------------------------
Nathan Hawe
------------------------------
YordanPetrov1
5 years agoQrew Member
Hi Nathan,
Worked like a charm. Thank you very much for the idea!
Regards,
Yordan
------------------------------
Yordan Petrov
------------------------------
Worked like a charm. Thank you very much for the idea!
Regards,
Yordan
------------------------------
Yordan Petrov
------------------------------