<?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: REST Connector: How can I make GET request with the similar names of parameters? in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connector-How-can-I-make-GET-request-with-the-similar-names/m-p/1405611#M3053</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;))) Yes, It depends on &lt;STRONG style="text-decoration: underline;"&gt;qlik rest connector&lt;/STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;.&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Our URL works greate everywere except QV. &lt;/P&gt;&lt;P&gt;We do not use powershell. Usually our clients make request to API from code, and it is work greate. Also we use Fiddler program for checking API, and also it works perfect. But QV modifies outgoing URL and makes situation when it is not possible to make request. It is very big problem for QW, because specification of GET requests allows to make requests with the similar parameters &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Dec 2017 07:58:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-12-20T07:58:25Z</dc:date>
    <item>
      <title>REST Connector: How can I make GET request with the similar names of parameters?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connector-How-can-I-make-GET-request-with-the-similar-names/m-p/1405603#M3045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I should tune connector for making GET request with the similar parameters. For ex, url:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://example.com/GetCases?ExportFields=CaseType&amp;amp;ExportFields=CaseID&amp;amp;ExportFields=Status"&gt;https://example.com/GetCases?ExportFields=CaseType&amp;amp;ExportFields=CaseID&amp;amp;ExportFields=Status &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But connector can not do it. He simplify url and delete extra 'ExportFields' names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, help me to resolve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anton I.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2017 16:16:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connector-How-can-I-make-GET-request-with-the-similar-names/m-p/1405603#M3045</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-14T16:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: REST Connector: How can I make GET request with the similar names of parameters?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connector-How-can-I-make-GET-request-with-the-similar-names/m-p/1405604#M3046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anton,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you try to define variable and set it inside your URL. I hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some thing like $(ExportFields) or Let vExportFields=....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 12:23:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connector-How-can-I-make-GET-request-with-the-similar-names/m-p/1405604#M3046</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-18T12:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: REST Connector: How can I make GET request with the similar names of parameters?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connector-How-can-I-make-GET-request-with-the-similar-names/m-p/1405605#M3047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Sandeep Roy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the answer.&lt;/P&gt;&lt;P&gt;I tried to do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vExportFields="ExpostFields=CaseID&amp;amp;ExportFields=Position";&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;WITH CONNECTION(Url "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://example.com/GetCases?$(ExportFields" rel="nofollow" target="_blank"&gt;https://example.com/GetCases?$(ExportFields&lt;/A&gt;&lt;SPAN&gt;)");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I did not reach my goal. Connector still doesn't want to make request with the similar names of fields.&lt;/P&gt;&lt;P&gt;Maybe you know other way for doing it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 13:27:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connector-How-can-I-make-GET-request-with-the-similar-names/m-p/1405605#M3047</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-18T13:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: REST Connector: How can I make GET request with the similar names of parameters?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connector-How-can-I-make-GET-request-with-the-similar-names/m-p/1405606#M3048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anton,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I can suggest only to check with your API or URL description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are passing single parameters with many values then it better send to send like this which I tried. Upto CaseID it is taking...&lt;/P&gt;&lt;P&gt;&lt;A href="https://example.com/GetCases?ExportFields=CaseType,CaseID" title="https://example.com/GetCases?ExportFields=CaseType,CaseID"&gt;https://example.com/GetCases?ExportFields=CaseType,CaseID&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 08:40:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connector-How-can-I-make-GET-request-with-the-similar-names/m-p/1405606#M3048</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-19T08:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: REST Connector: How can I make GET request with the similar names of parameters?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connector-How-can-I-make-GET-request-with-the-similar-names/m-p/1405607#M3049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Sandeep.&lt;/P&gt;&lt;P&gt;Usually when we use an API call and want to write the list of fields for displaying, we have it like ExportFields=CaseType, CaseId.&lt;/P&gt;&lt;P&gt;But definitely you should check your API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I used parameter sysparm_fields=sys_id%2Cservice%2Csys_created_on&lt;/P&gt;&lt;P&gt;As you can see instead of &lt;STRONG&gt;comma (,) &lt;/STRONG&gt;I have to use&lt;STRONG&gt; %2C &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;​Hope it'll help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 09:01:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connector-How-can-I-make-GET-request-with-the-similar-names/m-p/1405607#M3049</guid>
      <dc:creator>t_chetirbok</dc:creator>
      <dc:date>2017-12-19T09:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: REST Connector: How can I make GET request with the similar names of parameters?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connector-How-can-I-make-GET-request-with-the-similar-names/m-p/1405608#M3050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Roy.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #e6e6e6;"&gt;&lt;SPAN class="replyToName" style="font-weight: inherit; font-style: inherit; font-size: 15.6px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;No, it does not work.&lt;/P&gt;&lt;P&gt;GET request allows to send array of values in the same way as I do, but connector of Qlik does not support it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 09:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connector-How-can-I-make-GET-request-with-the-similar-names/m-p/1405608#M3050</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-19T09:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: REST Connector: How can I make GET request with the similar names of parameters?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connector-How-can-I-make-GET-request-with-the-similar-names/m-p/1405609#M3051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Tatsiana.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the your comment, but our API does not support such syntaxis. It will not help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 09:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connector-How-can-I-make-GET-request-with-the-similar-names/m-p/1405609#M3051</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-19T09:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: REST Connector: How can I make GET request with the similar names of parameters?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connector-How-can-I-make-GET-request-with-the-similar-names/m-p/1405610#M3052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I know it doesn't depend on qlik rest connector.&lt;/P&gt;&lt;P&gt;Does your url work not in qlik? Let say in powershell?&lt;/P&gt;&lt;P&gt;Do you use qvrestconnector?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 18:59:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connector-How-can-I-make-GET-request-with-the-similar-names/m-p/1405610#M3052</guid>
      <dc:creator>t_chetirbok</dc:creator>
      <dc:date>2017-12-19T18:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: REST Connector: How can I make GET request with the similar names of parameters?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connector-How-can-I-make-GET-request-with-the-similar-names/m-p/1405611#M3053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;))) Yes, It depends on &lt;STRONG style="text-decoration: underline;"&gt;qlik rest connector&lt;/STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;.&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Our URL works greate everywere except QV. &lt;/P&gt;&lt;P&gt;We do not use powershell. Usually our clients make request to API from code, and it is work greate. Also we use Fiddler program for checking API, and also it works perfect. But QV modifies outgoing URL and makes situation when it is not possible to make request. It is very big problem for QW, because specification of GET requests allows to make requests with the similar parameters &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 07:58:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connector-How-can-I-make-GET-request-with-the-similar-names/m-p/1405611#M3053</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-20T07:58:25Z</dc:date>
    </item>
  </channel>
</rss>

