<?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: Help with API REST connection in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/Help-with-API-REST-connection/m-p/2117839#M2474</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/150145"&gt;@Shai_E&lt;/a&gt;!!&lt;/P&gt;
&lt;P&gt;but I need all projects and all Task?&lt;/P&gt;
&lt;P&gt;How can I get all of them? I think with a Variable....&lt;/P&gt;</description>
    <pubDate>Mon, 18 Sep 2023 11:54:17 GMT</pubDate>
    <dc:creator>nlucia</dc:creator>
    <dc:date>2023-09-18T11:54:17Z</dc:date>
    <item>
      <title>Help with API REST connection</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Help-with-API-REST-connection/m-p/2117455#M2466</link>
      <description>&lt;P&gt;Hello everybody!&lt;/P&gt;
&lt;P&gt;I need help with this connection. I´m new with this.&lt;/P&gt;
&lt;P&gt;I have this URL, with&lt;CODE class="uri"&gt;{ProjectId} and&amp;nbsp;&lt;/CODE&gt;&lt;CODE class="uri"&gt;{TaskId}&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;I need to see&amp;nbsp;&lt;SPAN class="Y2IQFc"&gt;the efforts of all the engineers in all&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;projects and all task.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I think I must to put a variable but a I dont know how&lt;/P&gt;
&lt;H4 class="action-heading"&gt;&lt;CODE class="uri"&gt;&lt;SPAN&gt;&lt;A href="https://api.itmplatform.com/v2/companyURL" target="_blank"&gt;https://api.itmplatform.com/v2/companyURL&lt;/A&gt;&lt;/SPAN&gt;/project/{ProjectId}/task/{TaskId}/effortbyprofessionalcategory&lt;/CODE&gt;&lt;/H4&gt;
&lt;P&gt;Anybody can help me?&lt;/P&gt;
&lt;P&gt;thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 14:24:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Help-with-API-REST-connection/m-p/2117455#M2466</guid>
      <dc:creator>nlucia</dc:creator>
      <dc:date>2023-09-15T14:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help with API REST connection</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Help-with-API-REST-connection/m-p/2117782#M2469</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/44729"&gt;@nlucia&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;These are URL parameters you need to exchange them for values, for example:&lt;/P&gt;
&lt;H4 id="toc-hId-173237937" class="action-heading"&gt;&lt;CODE class="uri"&gt;&lt;SPAN&gt;&lt;A href="https://api.itmplatform.com/v2/companyURL" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.itmplatform.com/v2/companyURL&lt;/A&gt;&lt;/SPAN&gt;/project/a1d5890/task/bb54dr/effortbyprofessionalcategory&lt;/CODE&gt;&lt;/H4&gt;
&lt;P&gt;Of course in this case the values are fake, so exchange the URL parameters for actual values.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 09:19:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Help-with-API-REST-connection/m-p/2117782#M2469</guid>
      <dc:creator>Shai_E</dc:creator>
      <dc:date>2023-09-18T09:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Help with API REST connection</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Help-with-API-REST-connection/m-p/2117839#M2474</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/150145"&gt;@Shai_E&lt;/a&gt;!!&lt;/P&gt;
&lt;P&gt;but I need all projects and all Task?&lt;/P&gt;
&lt;P&gt;How can I get all of them? I think with a Variable....&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 11:54:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Help-with-API-REST-connection/m-p/2117839#M2474</guid>
      <dc:creator>nlucia</dc:creator>
      <dc:date>2023-09-18T11:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help with API REST connection</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Help-with-API-REST-connection/m-p/2117858#M2476</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/44729"&gt;@nlucia&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I checked your API documentation and saw that you have an endpoint to get all projects and you also have an API endpoint to get all tasks under a project via project id.&lt;/P&gt;
&lt;P&gt;What do you mean by a variable?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 12:28:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Help-with-API-REST-connection/m-p/2117858#M2476</guid>
      <dc:creator>Shai_E</dc:creator>
      <dc:date>2023-09-18T12:28:54Z</dc:date>
    </item>
  </channel>
</rss>

