<?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 Is it possible to export extensions via QRS API? in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Is-it-possible-to-export-extensions-via-QRS-API/m-p/116277#M1601</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the UI you can export extensions in the QMC.&amp;nbsp; Is it possible to export extensions via the QRS API or another Qlik Sense API? !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jul 2018 20:48:48 GMT</pubDate>
    <dc:creator>adam_westhusing</dc:creator>
    <dc:date>2018-07-05T20:48:48Z</dc:date>
    <item>
      <title>Is it possible to export extensions via QRS API?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Is-it-possible-to-export-extensions-via-QRS-API/m-p/116277#M1601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the UI you can export extensions in the QMC.&amp;nbsp; Is it possible to export extensions via the QRS API or another Qlik Sense API? !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2018 20:48:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Is-it-possible-to-export-extensions-via-QRS-API/m-p/116277#M1601</guid>
      <dc:creator>adam_westhusing</dc:creator>
      <dc:date>2018-07-05T20:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to export extensions via QRS API?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Is-it-possible-to-export-extensions-via-QRS-API/m-p/116278#M1602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sure. The endpoint is going to be &lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN&gt;GET &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://servername:443" rel="nofollow" target="_blank"&gt;https://servername:443&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;/api/wes/v1/extensions/export/ExtensionName&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a Qlik CLI framework the code would be like this:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;# Scrape the hostname from the Host.cfg&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;$Data = Get-Content C:\ProgramData\Qlik\Sense\Host.cfg&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;# Convert the base64 encoded install name for Sense to UTF data&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;$FQDN = [System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String($($Data)))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN&gt;Connect-Qlik -ComputerName &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://$($FQDN):443" rel="nofollow" target="_blank"&gt;https://$($FQDN):443&lt;/A&gt;&lt;SPAN&gt; -UseDefaultCredentials&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN&gt;Invoke-QlikDownload -path &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://$($FQDN)/api/wes/v1/extensions/export/blah" rel="nofollow" target="_blank"&gt;https://$($FQDN)/api/wes/v1/extensions/export/blah&lt;/A&gt;&lt;SPAN&gt; -filename blah.zip&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2018 12:15:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Is-it-possible-to-export-extensions-via-QRS-API/m-p/116278#M1602</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2018-07-06T12:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to export extensions via QRS API?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Is-it-possible-to-export-extensions-via-QRS-API/m-p/116279#M1603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked perfectly for me.&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 15:30:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Is-it-possible-to-export-extensions-via-QRS-API/m-p/116279#M1603</guid>
      <dc:creator>adam_westhusing</dc:creator>
      <dc:date>2018-07-10T15:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to export extensions via QRS API?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Is-it-possible-to-export-extensions-via-QRS-API/m-p/1588341#M10706</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/47469"&gt;@Levi_Turner&lt;/a&gt;Is this API documented somewhere in the Qlik Documentation?&amp;nbsp; I'm curious if I can get a list of endpoints similar to calling GET /qrs/about/api/description?extended=true&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2019 19:59:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Is-it-possible-to-export-extensions-via-QRS-API/m-p/1588341#M10706</guid>
      <dc:creator>adam_westhusing</dc:creator>
      <dc:date>2019-06-04T19:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to export extensions via QRS API?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Is-it-possible-to-export-extensions-via-QRS-API/m-p/1588421#M10709</link>
      <description>Hi,&lt;BR /&gt;This API is not part of the repository API (QRS) and not documented since it's a private API. &lt;BR /&gt;But, if you are curious, you should be able to access the specs through `/api/wes/v1/openapi`</description>
      <pubDate>Wed, 05 Jun 2019 06:57:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Is-it-possible-to-export-extensions-via-QRS-API/m-p/1588421#M10709</guid>
      <dc:creator>Aiham_Azmeh</dc:creator>
      <dc:date>2019-06-05T06:57:50Z</dc:date>
    </item>
  </channel>
</rss>

