Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
VitV
Contributor
Contributor

How to loading by REST API through the authentication service?

We have a need to interact with the target system by REST API. But there is an authentication service in between. Is it possible to do the following synchronously in query language : call REST, get result, use the result to make a URL address for following REST request?

Labels (1)
2 Replies
Damien_Villaret
Support
Support

Hello @VitV 

If you mean when loading data in a script with the Qlik REST Connector, then I do not think that it's possible, it doesn't support this type of authentication flow, only the one listed in the REST Connector options.

If the issue is solved please mark the answer with Accept as Solution.
Levi_Turner
Employee
Employee

Can you elaborate what you're after? Is this an Oauth or Oauth-similar flow where the requests are authorized by a temporary token which requires a POST to retrieve?

Or are you, for example, retrieving a list of things and want to iterate over the list in subsequent calls?