<?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 Qlik Sense - Changing the Owner of the App through API in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Changing-the-Owner-of-the-App-through-API/m-p/1211874#M6217</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to understand that if there are any options available to change the owner of a Qlik Sense application through API. Please let me know and appreciate your help. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks &amp;amp; Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raajesh N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Oct 2016 08:41:16 GMT</pubDate>
    <dc:creator>raajeshn</dc:creator>
    <dc:date>2016-10-24T08:41:16Z</dc:date>
    <item>
      <title>Qlik Sense - Changing the Owner of the App through API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Changing-the-Owner-of-the-App-through-API/m-p/1211874#M6217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to understand that if there are any options available to change the owner of a Qlik Sense application through API. Please let me know and appreciate your help. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks &amp;amp; Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raajesh N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 08:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Changing-the-Owner-of-the-App-through-API/m-p/1211874#M6217</guid>
      <dc:creator>raajeshn</dc:creator>
      <dc:date>2016-10-24T08:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - Changing the Owner of the App through API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Changing-the-Owner-of-the-App-through-API/m-p/1211875#M6218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try SetAppProperties &lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/3.1/Subsystems/EngineAPI/Content/WorkingWithAppsAndVisualizations/SetGetProperties/set-properties-app.htm" title="https://help.qlik.com/en-US/sense-developer/3.1/Subsystems/EngineAPI/Content/WorkingWithAppsAndVisualizations/SetGetProperties/set-properties-app.htm"&gt;https://help.qlik.com/en-US/sense-developer/3.1/Subsystems/EngineAPI/Content/WorkingWithAppsAndVisualizations/SetGetProp…&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 13:12:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Changing-the-Owner-of-the-App-through-API/m-p/1211875#M6218</guid>
      <dc:creator>lakshmikandh</dc:creator>
      <dc:date>2016-10-24T13:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - Changing the Owner of the App through API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Changing-the-Owner-of-the-App-through-API/m-p/1211876#M6219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would use the QRS API to update that information&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/sense-developer/3.0/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-Update.htm" style="font-size: 10pt;" title="http://help.qlik.com/en-US/sense-developer/3.0/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-Update.htm"&gt;http://help.qlik.com/en-US/sense-developer/3.0/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-Update.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where type in your case would be 'apps' and id the GUID of the application.&lt;/P&gt;&lt;P&gt;To get the full entity model you can use this endpoint &lt;A href="http://help.qlik.com/en-US/sense-developer/3.0/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-About-API-Get-Type.htm" title="http://help.qlik.com/en-US/sense-developer/3.0/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-About-API-Get-Type.htm"&gt;About API: Get type ‒ Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 17:10:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Changing-the-Owner-of-the-App-through-API/m-p/1211876#M6219</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2016-10-24T17:10:22Z</dc:date>
    </item>
  </channel>
</rss>

