Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
fabios
Contributor III
Contributor III

Custom connect to REST API

Hi,

 

What's the best way to connect to a REST API and pass header information from the load script?

 

I was looking at CUSTOM CONNECT TO, but I don't know how to load the data. The REST connector is not an option. We want to pass in a set of variables and create a script template to do so.

 

Let vParams = 'xxx';

CUSTOM CONNECT TO "Provider=MyCustomConnect.exe;ASHOST=XX.XX.X.XX;SYSNR=X;CLIENT=X;UserId=X;Password=X;queryParameters=$(vParams) ";

OutputTable:
Load *
From ???;

 

Thanks in advance for your help!

Fabio 

Labels (1)
2 Replies
fabios
Contributor III
Contributor III
Author

Anyone?? 😞
Anonymous
Not applicable

I´m tryng to do the same, in the community I have mande several post with no results,  many partners have no idea...

I´m tring to use the new option call custom pagination, maybe you can try it