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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
master_t
Partner - Creator II
Partner - Creator II

Calling the Repository Service API from an extension

Hi

I want to know: is there an "easy" way to call the QRS api from a QlikSense extension?

Beside doing all the authentication procedure with cookies/certificates/etc. I mean... since I'm already authenticated to the Sense engine, is there an "easy" way to call the QRS?

1 Solution

Accepted Solutions
Aiham_Azmeh
Employee
Employee

1 Reply
Aiham_Azmeh
Employee
Employee

Hi master_t‌,

You should be able to use `qlik.callRepository` https://help.qlik.com/en-US/sense-developer/February2018/Subsystems/APIs/Content/CapabilityAPIs/Root...

I hope this helps,