<?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 Cannot get task by app name with QRS API in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Cannot-get-task-by-app-name-with-QRS-API/m-p/1151809#M5539</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am trying to get a list of tasks that are related to a task. Normally I would use a GET request to the QRS API with a filter, so the query is like "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;server name&amp;gt;/qrs/task/full?xrfkey=0123456789abcdef&amp;amp;filter=app.name eq 'MyWorkApp1'"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for some reason, this query does not work, giving the error:&lt;/P&gt;&lt;P&gt;"Cannot convert the constant value: app.name"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand, if I use similar query to get apps based on owner name is returning valid results, the query is:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;server name&amp;gt;/qrs/app/full?xrfkey=asdfghjklzxcvbnm&amp;amp;filter=owner.name eq 'myemail@domain'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why one is returning results while the other gives errors?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mengyi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Sep 2016 10:58:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-09-06T10:58:48Z</dc:date>
    <item>
      <title>Cannot get task by app name with QRS API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Cannot-get-task-by-app-name-with-QRS-API/m-p/1151809#M5539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am trying to get a list of tasks that are related to a task. Normally I would use a GET request to the QRS API with a filter, so the query is like "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;server name&amp;gt;/qrs/task/full?xrfkey=0123456789abcdef&amp;amp;filter=app.name eq 'MyWorkApp1'"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for some reason, this query does not work, giving the error:&lt;/P&gt;&lt;P&gt;"Cannot convert the constant value: app.name"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand, if I use similar query to get apps based on owner name is returning valid results, the query is:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;server name&amp;gt;/qrs/app/full?xrfkey=asdfghjklzxcvbnm&amp;amp;filter=owner.name eq 'myemail@domain'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why one is returning results while the other gives errors?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mengyi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 10:58:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Cannot-get-task-by-app-name-with-QRS-API/m-p/1151809#M5539</guid>
      <dc:creator />
      <dc:date>2016-09-06T10:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get task by app name with QRS API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Cannot-get-task-by-app-name-with-QRS-API/m-p/1151810#M5540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have solved the problem myself, two points to notice:&lt;/P&gt;&lt;P&gt;- I need to use reloadtask as the endpoint not task&lt;/P&gt;&lt;P&gt;- If I need to filter based on app.id, there should not be quotes around the GUID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The query that works for me now is:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;server name&amp;gt;/qrs/reloadtask/full?xrfkey=0123456789abcdef&amp;amp;filter=app.id eq &amp;lt;GUID&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help anyone who has the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By any chance, does anyone know why using task as endpoint won't work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 02:20:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Cannot-get-task-by-app-name-with-QRS-API/m-p/1151810#M5540</guid>
      <dc:creator />
      <dc:date>2016-09-07T02:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get task by app name with QRS API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Cannot-get-task-by-app-name-with-QRS-API/m-p/1151811#M5541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171837"&gt;mengyi.yuan&lt;/A&gt; Qlik has 2 types of tasks &lt;/P&gt;&lt;OL&gt;&lt;LI&gt;User synchronization&lt;/LI&gt;&lt;LI&gt;Reload task.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Since you want to fetch reload task you should use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;/qrs/reloadtask/full&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;endpoint in particular. Task may or may not have app association. Hence the filter is not allowed by app name/id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note :&amp;nbsp; If you feel this is the right answer please mark as Correct answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 17:00:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Cannot-get-task-by-app-name-with-QRS-API/m-p/1151811#M5541</guid>
      <dc:creator>s29124141</dc:creator>
      <dc:date>2016-12-07T17:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get task by app name with QRS API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Cannot-get-task-by-app-name-with-QRS-API/m-p/1510076#M9521</link>
      <description>&lt;P&gt;THANK YOU!!!!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 01:31:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Cannot-get-task-by-app-name-with-QRS-API/m-p/1510076#M9521</guid>
      <dc:creator>mariorubbo</dc:creator>
      <dc:date>2018-11-21T01:31:08Z</dc:date>
    </item>
  </channel>
</rss>

