<?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: Stop Task using Rest API in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Stop-Task-using-Rest-API/m-p/1657473#M11999</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try to change the URL to this&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;https://&amp;lt;Host&amp;gt;:4242/qrs/task/{Task Id}/stop&lt;STRONG&gt;/&lt;/STRONG&gt;?xrfkey=abcdefghijklmnop&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You did not passed &lt;STRONG&gt;/&amp;nbsp;&lt;/STRONG&gt; in your url&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If it still not execute try to change the user id that passed in&amp;nbsp;X-Qlik-User.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Prashant&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Dec 2019 09:40:38 GMT</pubDate>
    <dc:creator>Prashant_Naik</dc:creator>
    <dc:date>2019-12-13T09:40:38Z</dc:date>
    <item>
      <title>Stop Task using Rest API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Stop-Task-using-Rest-API/m-p/1657345#M11989</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I'm able to connect to Qliksense using Rest Api, and start Qlik Task.&lt;/P&gt;&lt;P&gt;Now I need to stop Qlik Task using Rest API but I'm not able to do it.&lt;/P&gt;&lt;P&gt;Is it possible ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 23:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Stop-Task-using-Rest-API/m-p/1657345#M11989</guid>
      <dc:creator>MCastoro</dc:creator>
      <dc:date>2019-12-12T23:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Stop Task using Rest API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Stop-Task-using-Rest-API/m-p/1657382#M11990</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;check this out it will help you&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/June2019/Subsystems/RepositoryServiceAPI/Content/Sense_RepositoryServiceAPI/RepositoryServiceAPI-Task-Stop-Task.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/June2019/Subsystems/RepositoryServiceAPI/Content/Sense_RepositoryServiceAPI/RepositoryServiceAPI-Task-Stop-Task.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Regards&lt;/P&gt;&lt;P&gt;Harsh Gohil&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 04:35:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Stop-Task-using-Rest-API/m-p/1657382#M11990</guid>
      <dc:creator>Harsh_Gohil</dc:creator>
      <dc:date>2019-12-13T04:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Stop Task using Rest API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Stop-Task-using-Rest-API/m-p/1657436#M11994</link>
      <description>&lt;P&gt;Thanks a lot for the suggestion.&lt;/P&gt;&lt;P&gt;I have tried but it doesn't work.&lt;/P&gt;&lt;P&gt;I posted this command&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;https://&amp;lt;server_name&amp;gt;:4242/qrs/task/{ID_TASK}stop&amp;amp;xrfkey=&amp;lt;KEY&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;but the answer is : The remote server return an error (403) Forbidden&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;I connect to the server with certificate using sa_repository user.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;Any other suggestion ?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;Thanks&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 08:10:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Stop-Task-using-Rest-API/m-p/1657436#M11994</guid>
      <dc:creator>MCastoro</dc:creator>
      <dc:date>2019-12-13T08:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Stop Task using Rest API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Stop-Task-using-Rest-API/m-p/1657438#M11995</link>
      <description>&lt;P&gt;Which language you are using?&lt;/P&gt;&lt;P&gt;Use your certificate but you have to put certificate: none&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are using postman make sure your ssl certificate button is off..else send me demo of your code ..&lt;/P&gt;&lt;P&gt;Thanks regards&lt;/P&gt;&lt;P&gt;Harsh Gohil&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 08:26:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Stop-Task-using-Rest-API/m-p/1657438#M11995</guid>
      <dc:creator>Harsh_Gohil</dc:creator>
      <dc:date>2019-12-13T08:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Stop Task using Rest API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Stop-Task-using-Rest-API/m-p/1657446#M11996</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Attach you can find my simple code.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 08:48:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Stop-Task-using-Rest-API/m-p/1657446#M11996</guid>
      <dc:creator>MCastoro</dc:creator>
      <dc:date>2019-12-13T08:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Stop Task using Rest API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Stop-Task-using-Rest-API/m-p/1657454#M11998</link>
      <description>&lt;P&gt;Ok thanks will get back to you.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 09:08:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Stop-Task-using-Rest-API/m-p/1657454#M11998</guid>
      <dc:creator>Harsh_Gohil</dc:creator>
      <dc:date>2019-12-13T09:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Stop Task using Rest API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Stop-Task-using-Rest-API/m-p/1657473#M11999</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try to change the URL to this&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;https://&amp;lt;Host&amp;gt;:4242/qrs/task/{Task Id}/stop&lt;STRONG&gt;/&lt;/STRONG&gt;?xrfkey=abcdefghijklmnop&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You did not passed &lt;STRONG&gt;/&amp;nbsp;&lt;/STRONG&gt; in your url&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If it still not execute try to change the user id that passed in&amp;nbsp;X-Qlik-User.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Prashant&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 09:40:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Stop-Task-using-Rest-API/m-p/1657473#M11999</guid>
      <dc:creator>Prashant_Naik</dc:creator>
      <dc:date>2019-12-13T09:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Stop Task using Rest API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Stop-Task-using-Rest-API/m-p/1657477#M12000</link>
      <description>&lt;P&gt;Great, now it work !!!&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 09:49:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Stop-Task-using-Rest-API/m-p/1657477#M12000</guid>
      <dc:creator>MCastoro</dc:creator>
      <dc:date>2019-12-13T09:49:41Z</dc:date>
    </item>
  </channel>
</rss>

