<?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 Re: Qlik Sense .NET SDK.  How can I access all apps not just the apps I own? in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-NET-SDK-How-can-I-access-all-apps-not-just-the-apps-I/m-p/1171872#M5769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two different ways to get the list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) If you use engine API using Ntlm connection, then you are restricted to to your profile rights defined in QMC.&lt;/P&gt;&lt;P&gt;You can change user type by using &lt;/P&gt;&lt;P&gt;var EngineLocation = Qlik.Engine.Location.FromUri(uri);&lt;/P&gt;&lt;P&gt;EngineLocation.AsDirectConnection =&amp;gt; To specify another account&lt;/P&gt;&lt;P&gt;EngineLocation.AsStaticHeaderUserViaProxy =&amp;gt; By sending headers&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/2.2/Subsystems/NetSDKAPI/Content/Introduction/Net-Sdk-Connect-Step-by-Step.htm" title="https://help.qlik.com/en-US/sense-developer/2.2/Subsystems/NetSDKAPI/Content/Introduction/Net-Sdk-Connect-Step-by-Step.htm"&gt;https://help.qlik.com/en-US/sense-developer/2.2/Subsystems/NetSDKAPI/Content/Introduction/Net-Sdk-Connect-Step-by-Step.h…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) I personally use Repository API, it is equivalent to QMC console instead of Engine / HUB.&lt;/P&gt;&lt;P&gt;Here is how to connect :&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/2.2/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-Connect-API.htm" title="https://help.qlik.com/en-US/sense-developer/2.2/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-Connect-API.htm"&gt;https://help.qlik.com/en-US/sense-developer/2.2/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-Connect-API.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the request to retrieve all apps :&lt;/P&gt;&lt;P&gt;GET /qrs/app/full/?X-Qlik-Xrfkey=0123456789abcdef&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Repository API gives access to all the QMC, users, nodes, rules etc, it works with HTTP requests and can need some time to setup.&lt;/P&gt;&lt;P&gt;Engine API gives access to apps, content and data, it is wrapped into the SDK and ready to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ghislain Ferréol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jun 2016 07:34:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-06-13T07:34:17Z</dc:date>
    <item>
      <title>Qlik Sense .NET SDK.  How can I access all apps not just the apps I own?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-NET-SDK-How-can-I-access-all-apps-not-just-the-apps-I/m-p/1171871#M5768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to get a list of all apps using the .NET SDK.&amp;nbsp; I connected successfully, however I am able to see apps in my stream (apps I own) not apps in other streams. Why is that and how can I overcome that limitation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 15:40:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-NET-SDK-How-can-I-access-all-apps-not-just-the-apps-I/m-p/1171871#M5768</guid>
      <dc:creator />
      <dc:date>2016-06-10T15:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense .NET SDK.  How can I access all apps not just the apps I own?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-NET-SDK-How-can-I-access-all-apps-not-just-the-apps-I/m-p/1171872#M5769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two different ways to get the list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) If you use engine API using Ntlm connection, then you are restricted to to your profile rights defined in QMC.&lt;/P&gt;&lt;P&gt;You can change user type by using &lt;/P&gt;&lt;P&gt;var EngineLocation = Qlik.Engine.Location.FromUri(uri);&lt;/P&gt;&lt;P&gt;EngineLocation.AsDirectConnection =&amp;gt; To specify another account&lt;/P&gt;&lt;P&gt;EngineLocation.AsStaticHeaderUserViaProxy =&amp;gt; By sending headers&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/2.2/Subsystems/NetSDKAPI/Content/Introduction/Net-Sdk-Connect-Step-by-Step.htm" title="https://help.qlik.com/en-US/sense-developer/2.2/Subsystems/NetSDKAPI/Content/Introduction/Net-Sdk-Connect-Step-by-Step.htm"&gt;https://help.qlik.com/en-US/sense-developer/2.2/Subsystems/NetSDKAPI/Content/Introduction/Net-Sdk-Connect-Step-by-Step.h…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) I personally use Repository API, it is equivalent to QMC console instead of Engine / HUB.&lt;/P&gt;&lt;P&gt;Here is how to connect :&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/2.2/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-Connect-API.htm" title="https://help.qlik.com/en-US/sense-developer/2.2/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-Connect-API.htm"&gt;https://help.qlik.com/en-US/sense-developer/2.2/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-Connect-API.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the request to retrieve all apps :&lt;/P&gt;&lt;P&gt;GET /qrs/app/full/?X-Qlik-Xrfkey=0123456789abcdef&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Repository API gives access to all the QMC, users, nodes, rules etc, it works with HTTP requests and can need some time to setup.&lt;/P&gt;&lt;P&gt;Engine API gives access to apps, content and data, it is wrapped into the SDK and ready to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ghislain Ferréol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 07:34:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-NET-SDK-How-can-I-access-all-apps-not-just-the-apps-I/m-p/1171872#M5769</guid>
      <dc:creator />
      <dc:date>2016-06-13T07:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense .NET SDK.  How can I access all apps not just the apps I own?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-NET-SDK-How-can-I-access-all-apps-not-just-the-apps-I/m-p/1171873#M5770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;To be able to access all apps you need to have read privilege to App_* and Stream_* .&lt;/P&gt;&lt;P&gt;For more description see &lt;A href="http://help.qlik.com/en-US/sense/2.2/Subsystems/ManagementConsole/Content/create-security-rules.htm"&gt;http://help.qlik.com/en-US/sense/2.2/Subsystems/ManagementConsole/Content/create-security-rules.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regrads&lt;/P&gt;&lt;P&gt;Lars-Göran Book&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 13:07:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-NET-SDK-How-can-I-access-all-apps-not-just-the-apps-I/m-p/1171873#M5770</guid>
      <dc:creator />
      <dc:date>2016-06-14T13:07:27Z</dc:date>
    </item>
  </channel>
</rss>

