Skip to main content

Integration, Extension & APIs

Discussion board where members can learn more about Integration, Extensions and API’s for Qlik Sense.

Announcements
Skip the ticket, Chat with Qlik Support instead for instant assistance.
cancel
Showing results for 
Search instead for 
Did you mean: 
ryanplkam
Partner - Contributor III
Partner - Contributor III

.NET SDK - REST calls to QRS API

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!

1 Solution

Accepted Solutions
Øystein_Kolsrud
Employee
Employee

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

 

View solution in original post

1 Reply
Øystein_Kolsrud
Employee
Employee

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