<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic .NET SDK on Qlik Sense SaaS? in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-on-Qlik-Sense-SaaS/m-p/1831415#M15510</link>
    <description>&lt;P&gt;Hello everybody&lt;/P&gt;&lt;P&gt;I have an application that interacts with Qlik Sense Enterprise/Desktop and makes extensive use of the .NET SDK.&lt;/P&gt;&lt;P&gt;My question is: can che .NET SDK be used to connect to a Qlik Sense SaaS installation?&amp;nbsp;&lt;/P&gt;&lt;P&gt;If so, how would I do that? And if not, are there plans to support it in the future? Or is there a valid alternative??&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 26 Aug 2021 13:59:14 GMT</pubDate>
    <dc:creator>master_t</dc:creator>
    <dc:date>2021-08-26T13:59:14Z</dc:date>
    <item>
      <title>.NET SDK on Qlik Sense SaaS?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-on-Qlik-Sense-SaaS/m-p/1831415#M15510</link>
      <description>&lt;P&gt;Hello everybody&lt;/P&gt;&lt;P&gt;I have an application that interacts with Qlik Sense Enterprise/Desktop and makes extensive use of the .NET SDK.&lt;/P&gt;&lt;P&gt;My question is: can che .NET SDK be used to connect to a Qlik Sense SaaS installation?&amp;nbsp;&lt;/P&gt;&lt;P&gt;If so, how would I do that? And if not, are there plans to support it in the future? Or is there a valid alternative??&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 13:59:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-on-Qlik-Sense-SaaS/m-p/1831415#M15510</guid>
      <dc:creator>master_t</dc:creator>
      <dc:date>2021-08-26T13:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK on Qlik Sense SaaS?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-on-Qlik-Sense-SaaS/m-p/1831419#M15511</link>
      <description>&lt;P&gt;You can use the .NET SDK with SaaS if you have an API key. You use this class to define your connection:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/August2021/Subsystems/NetSDKAPIref/Content/Qlik.Sense.JsonRpc.QcsLocation.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/sense-developer/August2021/Subsystems/NetSDKAPIref/Content/Qlik.Sense.JsonRpc.QcsLocation.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;A connection could look like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;var location = QcsLocation.FromUri(uri);
location.AsApiKey(apiKey);
using (var app = location.App(appId))
{
    Console.WriteLine(app.GetAppProperties().Title);
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 14:40:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-on-Qlik-Sense-SaaS/m-p/1831419#M15511</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2021-08-26T14:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK on Qlik Sense SaaS?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-on-Qlik-Sense-SaaS/m-p/1831420#M15512</link>
      <description>&lt;P&gt;Thank you, I will try it out!&lt;/P&gt;&lt;P&gt;Since we are on the topic, is there an equivalent of the Repository Service API? I'm assuming we can't use the QRS API directly, since there is no QMC... or can we?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 14:12:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-on-Qlik-Sense-SaaS/m-p/1831420#M15512</guid>
      <dc:creator>master_t</dc:creator>
      <dc:date>2021-08-26T14:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK on Qlik Sense SaaS?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-on-Qlik-Sense-SaaS/m-p/1831427#M15513</link>
      <description>&lt;P&gt;Yes you are right, the QRS is completely gone in SaaS. It's replaced by a set of REST APIs that each have a particular focus. You can read all about them here: &lt;A href="https://qlik.dev/" target="_blank"&gt;https://qlik.dev/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 14:21:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-on-Qlik-Sense-SaaS/m-p/1831427#M15513</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2021-08-26T14:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK on Qlik Sense SaaS?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-on-Qlik-Sense-SaaS/m-p/1831429#M15514</link>
      <description>&lt;P&gt;And more information regarding API keys can be found here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Admin/mc-generate-api-keys.htm" target="_blank"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Admin/mc-generate-api-keys.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 14:22:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-on-Qlik-Sense-SaaS/m-p/1831429#M15514</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2021-08-26T14:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK on Qlik Sense SaaS?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-on-Qlik-Sense-SaaS/m-p/2024609#M17912</link>
      <description>&lt;P&gt;Are there any examples on how to get started? I am using SaaS and have created an API key.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2023 22:02:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-on-Qlik-Sense-SaaS/m-p/2024609#M17912</guid>
      <dc:creator>Spartan27215</dc:creator>
      <dc:date>2023-01-11T22:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK on Qlik Sense SaaS?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-on-Qlik-Sense-SaaS/m-p/2024623#M17913</link>
      <description>&lt;PRE class="lia-code-sample  language-csharp"&gt;&lt;CODE&gt;var location = QcsLocation.FromUri(uri);
location.AsApiKey(apiKey);
using (var app = location.App(appId))
{
    Console.WriteLine(app.GetAppProperties().Title);
}&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;FromUri only returns an IQcsLocation Object which does not contain an App method, in fact, it has very few methods cannot for the life of me figure how this is helpful.&lt;/P&gt;
&lt;P&gt;Assuming the URI would be &lt;A href="https://myTennant.us.QlikCloud.com" target="_blank"&gt;https://myTennant.us.QlikCloud.com&lt;/A&gt;&amp;nbsp;(or some similar)?&lt;/P&gt;
&lt;P&gt;If I wanted to List my users, how would I do that,&lt;/P&gt;
&lt;P&gt;How would I query the users for a space(not knowing the actual spaceId)&lt;/P&gt;
&lt;P&gt;Add Users to a space(not knowing the actual spaceId....&lt;/P&gt;
&lt;P&gt;Use any of the API's etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2023 22:59:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-on-Qlik-Sense-SaaS/m-p/2024623#M17913</guid>
      <dc:creator>Spartan27215</dc:creator>
      <dc:date>2023-01-11T22:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK on Qlik Sense SaaS?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-on-Qlik-Sense-SaaS/m-p/2024767#M17914</link>
      <description>&lt;P&gt;Perhaps you imported the generic QcsLocation base class from Qlik.Sense.JsonRpc instead of the engine interface version from Qlik.Engine? That would explain why there is no "App" method available to you.&lt;/P&gt;&lt;P&gt;There are a couple of examples of how to connect and get started here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/AptkQlik/PublicExamples" target="_blank"&gt;https://github.com/AptkQlik/PublicExamples&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And an example that focuses on hypercubes and data access can be found here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/kolsrud/qlik-dot-net-sdk-hypercube-usage" target="_blank"&gt;https://github.com/kolsrud/qlik-dot-net-sdk-hypercube-usage&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 08:29:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-on-Qlik-Sense-SaaS/m-p/2024767#M17914</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2023-01-12T08:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK on Qlik Sense SaaS?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-on-Qlik-Sense-SaaS/m-p/2024776#M17917</link>
      <description>&lt;P&gt;But the .NET SDK only focuses on the engine API. The information you are looking for (user and space information) is not part of the engine domain. You probably want to utilize the REST APIs of QCS. The endpoints in question (for users and spaces) are these:&lt;/P&gt;&lt;P&gt;&lt;A href="https://qlik.dev/apis/rest/users" target="_blank" rel="noopener"&gt;https://qlik.dev/apis/rest/users&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://qlik.dev/apis/rest/spaces" target="_blank" rel="noopener"&gt;https://qlik.dev/apis/rest/spaces&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The following library can be used to call REST endpoints from .NET with authentication flow very similar to what you would use for the .NET SDK:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nuget.org/packages/QlikSenseRestClient/" target="_blank" rel="noopener"&gt;https://www.nuget.org/packages/QlikSenseRestClient/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Some examples to get started with that library can be found here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/kolsrud/qlik_rest_sdk/tree/master/Qlik.Sense.RestClient/Examples" target="_blank" rel="noopener"&gt;https://github.com/kolsrud/qlik_rest_sdk/tree/master/Qlik.Sense.RestClient/Examples&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 15:12:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-on-Qlik-Sense-SaaS/m-p/2024776#M17917</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2023-01-12T15:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK on Qlik Sense SaaS?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-on-Qlik-Sense-SaaS/m-p/2025085#M17922</link>
      <description>&lt;P&gt;One thing that is not clear is what URL do I connect to. All the samples just use a mystery variable&amp;nbsp; representing the URL. No information on how the URL should be formed.&lt;/P&gt;
&lt;P&gt;One example uses a pem certificate during connection, where would that come from? I am only aware of an API key.&lt;/P&gt;
&lt;P&gt;The examples are not very helpful they seem geared to local install not SaaS.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 16:44:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-on-Qlik-Sense-SaaS/m-p/2025085#M17922</guid>
      <dc:creator>Spartan27215</dc:creator>
      <dc:date>2023-01-12T16:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK on Qlik Sense SaaS?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-on-Qlik-Sense-SaaS/m-p/2025156#M17923</link>
      <description>&lt;P&gt;The URL to use is the tenant URL. What this URL looks like will depend on how your tenant is configured, but typically it will look something like "https://&amp;lt;customName&amp;gt;.eu.qlikcloud.com" for a tenant in the EU.&lt;/P&gt;&lt;P&gt;The certificate example is an example for connecting to the client managed version of Qlik Sense. As you are using the SaaS version, you should only consider the examples starting with "Qcs".&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 20:06:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-on-Qlik-Sense-SaaS/m-p/2025156#M17923</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2023-01-12T20:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK on Qlik Sense SaaS?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-on-Qlik-Sense-SaaS/m-p/2025164#M17924</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/151887"&gt;@Spartan27215&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I posted a basic sample in .net in the other post:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Move-to-SaaS/How-to-bulk-add-users-when-using-Azure-AD-Idp/m-p/2025076#M303" target="_blank"&gt;https://community.qlik.com/t5/Move-to-SaaS/How-to-bulk-add-users-when-using-Azure-AD-Idp/m-p/2025076#M303&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 20:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-on-Qlik-Sense-SaaS/m-p/2025164#M17924</guid>
      <dc:creator>NadiaB</dc:creator>
      <dc:date>2023-01-12T20:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK on Qlik Sense SaaS?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-on-Qlik-Sense-SaaS/m-p/2526511#M22419</link>
      <description>&lt;P&gt;Hi, Can you please tell us that from which version onwards the support for this QCS connection is provided in the Engine SDK. Also I would like to know that, is it possible to create apps and do all other app operations like setting script, creating charts etc with this&amp;nbsp;QcsLocation as well like other locations from Engine SDK. Actually when I checked I couldn't find any methods for creating app as available with other locations ?.&lt;BR /&gt;If not possible what is the alternative, only RestClientSDK ?.&lt;BR /&gt;FYI i'm using latest SDK version(16.10.0).&lt;BR /&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2025 07:41:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-on-Qlik-Sense-SaaS/m-p/2526511#M22419</guid>
      <dc:creator>rob_geo4</dc:creator>
      <dc:date>2025-08-07T07:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK on Qlik Sense SaaS?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-on-Qlik-Sense-SaaS/m-p/2526521#M22420</link>
      <description>&lt;P&gt;Hi! Connections to QCS have been supported since v15.2.1 (November 2020) when the class "Qlik.Engine.QcsLocation" was introduced.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/May2025/Subsystems/NetSDKAPIref/Content/ReleaseNotes.htm#anchor-26" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/May2025/Subsystems/NetSDKAPIref/Content/ReleaseNotes.htm#anchor-26&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;And yes, it's possible to do all the operations you ask for, but perhaps you can post a new question here on Community with this question? I think it would be better to give a more elaborate answer in a dedicated thread as it is sort of off topic from the original question in this thread.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2025 08:09:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-on-Qlik-Sense-SaaS/m-p/2526521#M22420</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2025-08-07T08:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK on Qlik Sense SaaS?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-on-Qlik-Sense-SaaS/m-p/2526822#M22427</link>
      <description>&lt;P&gt;Got it. Thanks for the reply. I'll consider creating a new thread as you suggested for the other one.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 05:34:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-on-Qlik-Sense-SaaS/m-p/2526822#M22427</guid>
      <dc:creator>rob_geo4</dc:creator>
      <dc:date>2025-08-11T05:34:42Z</dc:date>
    </item>
  </channel>
</rss>

