Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
dbernal
Contributor
Contributor

API GET connection with BODY

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.

Labels (1)
3 Replies
QFabian
MVP
MVP

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://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/REST-c...

https://community.qlik.com/t5/Integration-Extension-APIs/With-Connection-statement-What-are-all-the-...

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

 

Greetings!! Fabián Quezada (QFabian)
did it work for you? give like and mark the solution as accepted.
marksouzacosta

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

QFabian
MVP
MVP

thanks! @marksouzacosta 

Greetings!! Fabián Quezada (QFabian)
did it work for you? give like and mark the solution as accepted.