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: 
Anonymous
Not applicable

Access QMC Data through .Net SDK

Hi Everyone,

Does any of you know about a way or list of functions/objects that I can use to get data from QMC? Like the list of security rules, users etc.? I can fetch data such as applications, sheet list basically objects that can be seen on the hub without problem. What I also want is to be able to reload an application via tasks. Is there a way to do this using .Net SDK? Thanks.

2 Replies
Øystein_Kolsrud
Employee
Employee

I have a somewhat experimental library for accessing Qlik REST endpoints available here:

https://github.com/kolsrud/qlik_rest_sdk

You are free to try that out if you like. It contains a small example on how to use it as well.

BalaBhaskar_Qlik
Master
Master

It's a good try.