Forum Discussion
ChayceDuncan2
7 years agoQrew Cadet
So 2 things based on how I'm reading the question and a note on your example
-In your body - you don't need <field id="85"><query></query></field>
If you look at the API Docs you'll see that the tag just need to be <query></query>
https://help.quickbase.com/api-guide/do_query.html
-When you say webhook - do you mean you're actually trying to send a your query through a Quick Base webhook? If yes - can you explain a little more what the end goal is? Webhooks send requests out - but they don't receive it back in a way you can use. Meaning that if you use a doQuery out - you need a way to actually parse the XML response to be able to act on that information. So even if you get this working - you don't have a way to take any action on it. What is the end goal?
Chayce Duncan | Technical Lead
(720) 739-1406 | chayceduncan@quandarycg.com
Quandary Knowledge Base
-In your body - you don't need <field id="85"><query></query></field>
If you look at the API Docs you'll see that the tag just need to be <query></query>
https://help.quickbase.com/api-guide/do_query.html
-When you say webhook - do you mean you're actually trying to send a your query through a Quick Base webhook? If yes - can you explain a little more what the end goal is? Webhooks send requests out - but they don't receive it back in a way you can use. Meaning that if you use a doQuery out - you need a way to actually parse the XML response to be able to act on that information. So even if you get this working - you don't have a way to take any action on it. What is the end goal?
Chayce Duncan | Technical Lead
(720) 739-1406 | chayceduncan@quandarycg.com
Quandary Knowledge Base