Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
NZFei
Partner - Specialist
Partner - Specialist

How to connect Qlik REST to NetSuite or MYOB Advanced?

Nowadays more and more data sources are moved to cloud. The Qlik help site only explains some examples about how to connect using REST connector. 

 

If we use NetSuite and MYOB Advances as two examples, here are the scenarios that I have difficulties to make it work.

 

1) Two steps process. Step 1 "Post" the credential to log in; step 2 "get" the data into Qlik. In Postman this can be done easily because after step 1, the cookies are there so we can just use "get" to load the data. 

However in Qlik REST, after I get the step 1 work, I can't get any cookie or token. So step 2 will not work. 

How to make this two-step process into one Qlik REST connection?

 

2) For Token Based Authorization, after we have the token. Where to put it in REST interface? Query head or parameter? If token is the value, what is the name?

 

3) For OAuth 2.0, after we have had the client ID and secret, again, where to put them in the REST interface? Query head or parameter?  what is the name and what is the value?

 

Can anyone please help or shed any light? 

 

Thank you very much!

 

Fei

Labels (3)
2 Replies
VladKomarov
Partner - Contributor III
Partner - Contributor III

Facing the same issues. Have you resolved yours?

VK

NZFei
Partner - Specialist
Partner - Specialist
Author

No, sorry.