<?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: CLI for the new custom banner messages in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/CLI-for-the-new-custom-banner-messages/m-p/2032876#M18031</link>
    <description>&lt;P&gt;Brilliant thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 01 Feb 2023 14:56:29 GMT</pubDate>
    <dc:creator>ldubin</dc:creator>
    <dc:date>2023-02-01T14:56:29Z</dc:date>
    <item>
      <title>CLI for the new custom banner messages</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/CLI-for-the-new-custom-banner-messages/m-p/2032360#M18013</link>
      <description>&lt;P&gt;Finally got around to upgrading to the newest QlikSense Enterprise and loving the custom banner messages. Does anyone know if there is a CLI or API call we can make to "automate" these on a schedule?&amp;nbsp; If not I'll throw it over in the idea world but figured there might be one in place somewhere.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 16:56:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/CLI-for-the-new-custom-banner-messages/m-p/2032360#M18013</guid>
      <dc:creator>ldubin</dc:creator>
      <dc:date>2023-01-31T16:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: CLI for the new custom banner messages</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/CLI-for-the-new-custom-banner-messages/m-p/2032764#M18029</link>
      <description>&lt;P&gt;This can be achieved with &lt;A href="https://github.com/QlikProfessionalServices/QlikSenseCLI" target="_blank" rel="noopener"&gt;QlikSenseCLI&lt;/A&gt;&amp;nbsp;using the following snippet&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;#https://github.com/QlikProfessionalServices/QlikSenseCLI

Connect-QlikSense -TrustAllCertificates 
$newCBM = New-QSCustomBannerMessage -Name "Banner_Name" -Message "BannerMessage" -MessageType Info -IsActive $true -Duration 10
$QSCBM = Add-QSCustombannermessage -CustomBannerMessageObj $newCBM
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this uses the QRS API "https://&lt;SPAN&gt;_yourQlikSenser_&lt;/SPAN&gt;/qrs/custombannermessage"&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/November2022/APIs/RepositoryServiceAPI/index.html?page=1345" target="_blank" rel="noopener"&gt;custombannermessage&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 12:21:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/CLI-for-the-new-custom-banner-messages/m-p/2032764#M18029</guid>
      <dc:creator>Marc</dc:creator>
      <dc:date>2023-02-01T12:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: CLI for the new custom banner messages</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/CLI-for-the-new-custom-banner-messages/m-p/2032876#M18031</link>
      <description>&lt;P&gt;Brilliant thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 14:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/CLI-for-the-new-custom-banner-messages/m-p/2032876#M18031</guid>
      <dc:creator>ldubin</dc:creator>
      <dc:date>2023-02-01T14:56:29Z</dc:date>
    </item>
  </channel>
</rss>

