Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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.

balabhaskarqlik

It's a good try.