<?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 c# SDK Get App owner in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-c-SDK-Get-App-owner/m-p/1698142#M12705</link>
    <description>&lt;P&gt;Thank you.&lt;BR /&gt;I will look into that option.&lt;BR /&gt;I think that could fix the problem.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Apr 2020 14:43:08 GMT</pubDate>
    <dc:creator>Oradim</dc:creator>
    <dc:date>2020-04-30T14:43:08Z</dc:date>
    <item>
      <title>Qlik c# SDK Get App owner</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-c-SDK-Get-App-owner/m-p/1698048#M12703</link>
      <description>&lt;P&gt;Hi everyone,&lt;BR /&gt;I am using the Qlik Sense Engine API with the C# .net SDK (version:14.0.0) to get a list of all apps.&lt;BR /&gt;I than open the apps with the foreach(var appIdentifier in location.GetAppIdentifiers()).&lt;BR /&gt;I extract some information of the apps like Stream, StreamID, AppName, AppId and go into every sheet and object and look if this app is using custom extension.&lt;BR /&gt;I even read all the information of the custom extensions like versions and so on.&lt;BR /&gt;Now I also need to find the Owner of the app.&lt;BR /&gt;The Username is enough.&lt;BR /&gt;But I can't find it. I looked through the AppProperties (appIdentiefier.GetAllProperties()) or looked in the app with the following code (app = location.App(appIdentifier).&lt;BR /&gt;Does anyone know how I get the Owner property of an app?&lt;/P&gt;&lt;P&gt;Thank you in advance and best Regards&amp;nbsp;&lt;BR /&gt;Oradim&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 14:18:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-c-SDK-Get-App-owner/m-p/1698048#M12703</guid>
      <dc:creator>Oradim</dc:creator>
      <dc:date>2021-04-01T14:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik c# SDK Get App owner</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-c-SDK-Get-App-owner/m-p/1698080#M12704</link>
      <description>&lt;P&gt;That type of app metadata is typically the domain of the Repository, not the Engine. So the way to go is to use the Repository API. You probably want one of these endpoints:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/April2020/APIs/RepositoryServiceAPI/index.html?page=24" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/April2020/APIs/RepositoryServiceAPI/index.html?page=24&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/April2020/APIs/RepositoryServiceAPI/index.html?page=387" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/April2020/APIs/RepositoryServiceAPI/index.html?page=387&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you're accustomed to the .NET SDK, then you might find this library useful when calling the REST endpoints of the repository:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nuget.org/packages/QlikSenseRestClient/" target="_blank"&gt;https://www.nuget.org/packages/QlikSenseRestClient/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It implements a similar location configuration protocol as the SDK. Some examples to get you going 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"&gt;https://github.com/kolsrud/qlik_rest_sdk/tree/master/Qlik.Sense.RestClient/Examples&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Like this one for doing a basic NTLM connection:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/kolsrud/qlik_rest_sdk/blob/master/Qlik.Sense.RestClient/Examples/BasicConnection/Program.cs" target="_blank"&gt;https://github.com/kolsrud/qlik_rest_sdk/blob/master/Qlik.Sense.RestClient/Examples/BasicConnection/Program.cs&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 11:40:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-c-SDK-Get-App-owner/m-p/1698080#M12704</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2020-04-30T11:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik c# SDK Get App owner</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-c-SDK-Get-App-owner/m-p/1698142#M12705</link>
      <description>&lt;P&gt;Thank you.&lt;BR /&gt;I will look into that option.&lt;BR /&gt;I think that could fix the problem.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 14:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-c-SDK-Get-App-owner/m-p/1698142#M12705</guid>
      <dc:creator>Oradim</dc:creator>
      <dc:date>2020-04-30T14:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik c# SDK Get App owner</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-c-SDK-Get-App-owner/m-p/1698148#M12706</link>
      <description>&lt;P&gt;Hey Yko,&lt;BR /&gt;&lt;BR /&gt;Thank you very much.&lt;BR /&gt;That works perfectly.&lt;BR /&gt;Do you also know where in the API I can find the Migration Status?&lt;BR /&gt;Or should I open a new post for that?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Oradim&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 15:12:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-c-SDK-Get-App-owner/m-p/1698148#M12706</guid>
      <dc:creator>Oradim</dc:creator>
      <dc:date>2020-04-30T15:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik c# SDK Get App owner</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-c-SDK-Get-App-owner/m-p/1698278#M12710</link>
      <description>&lt;P&gt;Great! Don't forget to mark the question as answered.&lt;/P&gt;&lt;P&gt;About the migration status: I'm not sure how that mechanism works, but I think it's based on the migration hash of the app data from the QRS. So the "migrationHash" property of the following structure: &lt;A href="https://help.qlik.com/en-US/sense-developer/April2020/APIs/RepositoryServiceAPI/index.html?page=24" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/April2020/APIs/RepositoryServiceAPI/index.html?page=24&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I don't know how you would deduce the migration status from that though... So, yes, it's probably a good idea to open a new post on that.&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 11:30:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-c-SDK-Get-App-owner/m-p/1698278#M12710</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2020-05-01T11:30:24Z</dc:date>
    </item>
  </channel>
</rss>

