Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi @QFabian, I have this issue: I need to connect with an API that use GET as a parameter but also use a BODY. Qlik, as you must know, the REST connector use POST with BODY, but the body field disappear with GET parameter.
Is there any possibility that use the API with a GET parameter?
Thanks in advance.
Claro, revisa si aplica para tu caso usar WITH CONNECTION en el FROM de la query, que permite cambiar los parámetros de la consulta en el script, revisa algunos casos de la comunidad :
https://community.qlik.com/t5/App-Development/Connect-REST-Post-with-request-body/td-p/2039167
https://community.qlik.com/t5/Design/REST-connector-Using-WITH-CONNECTION/ba-p/1523257
Hi @dbernal,
I have a complete video that covers all the topics related to REST Connections (pagination, with connection, loops, etc) here https://youtu.be/lFwar30BNkQ?si=g-MIwnivViqRDuXK
Regards,
Mark Costa
Read more at Data Voyagers - datavoyagers.net
Follow me on my LinkedIn | Know IPC Global at ipc-global.com
thanks! @marksouzacosta