Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
Does anyone know if the .NET SDK can be used to make REST calls to the QRS API?
For example, if I want to get a list of all users, delete a user, delete a license, or other such configuration-related things.
Can this be done through the .NET SDK?
Thanks!
No, the SDK is only for interacting with the Engine API. If you want to use the QRS API, then you can use this library:
https://www.nuget.org/packages/QlikSenseRestClient/
That library allows you to configure the connection much like you would for the .NET SDK. Some examples on how to use it can be found here:
https://github.com/kolsrud/qlik_rest_sdk/tree/master/Qlik.Sense.RestClient/Examples
No, the SDK is only for interacting with the Engine API. If you want to use the QRS API, then you can use this library:
https://www.nuget.org/packages/QlikSenseRestClient/
That library allows you to configure the connection much like you would for the .NET SDK. Some examples on how to use it can be found here:
https://github.com/kolsrud/qlik_rest_sdk/tree/master/Qlik.Sense.RestClient/Examples