<?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: Data returned by connection &amp;quot;monitor_apps_REST_event&amp;quot; doesn't include all values returned by QRS endpoint &amp;quot;.../qrs/event/full&amp;quot; in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Data-returned-by-connection-quot-monitor-apps-REST-event-quot/m-p/2008494#M17628</link>
    <description>&lt;P&gt;Using the Data Load editor&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you select the connection 'monitor_apps_REST_event' and click 'Select Data', then&lt;/P&gt;&lt;P&gt;tick the Root Table and&lt;/P&gt;&lt;P&gt;insert the default script&lt;/P&gt;&lt;P&gt;if all the columns and tables are selected, and the script is not modified they should be included.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Marc_0-1669254866245.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/94507iB76AE2234CDBE50F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Marc_0-1669254866245.png" alt="Marc_0-1669254866245.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;you should find the IncrementDescription &amp;amp; IncrementOption prosperities on the root table&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Marc_1-1669255003889.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/94508i15A0541645986E89/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Marc_1-1669255003889.png" alt="Marc_1-1669255003889.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and as the schemaFilterDescription is an array, it gets its own table&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Marc_2-1669255115785.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/94509i4C534D055E369683/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Marc_2-1669255115785.png" alt="Marc_2-1669255115785.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;NB: if you scroll to the right in the Data Load Editor Preview window you should see the properties you are missing.&lt;/P&gt;&lt;P&gt;You may also want to make sure that the Service Account configured on the Data Connection is a RootAdmin&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Marc_3-1669255581966.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/94510iC7C92B98C9BC913F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Marc_3-1669255581966.png" alt="Marc_3-1669255581966.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Nov 2022 02:11:55 GMT</pubDate>
    <dc:creator>Marc</dc:creator>
    <dc:date>2022-11-24T02:11:55Z</dc:date>
    <item>
      <title>Data returned by connection "monitor_apps_REST_event" doesn't include all values returned by QRS endpoint ".../qrs/event/full"</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Data-returned-by-connection-quot-monitor-apps-REST-event-quot/m-p/2002315#M17533</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;As usually, I appreciate a lot your time. Thanks for giving me support.&lt;/P&gt;
&lt;P&gt;Ok, let me explain what I found and let me know if I'm doing anything wrong.&lt;/P&gt;
&lt;P&gt;Via QRS API and using POSTMAN I have queried the endpoint "&lt;STRONG&gt;.../qrs/event/full&lt;/STRONG&gt;". QRS API for each trigger inside each reload tasks is returning in JSON format some columns that I want to use. Let me show you (are in yellow background):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LDR_0-1667992364226.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/93229i70FAF84C5727DA8B/image-size/large?v=v2&amp;amp;px=999" role="button" title="LDR_0-1667992364226.png" alt="LDR_0-1667992364226.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Then, in order to retrieve the same data in an app in Qlik Sense, I loaded all&amp;nbsp; this data using the connection created by the own Qlik and called "&lt;STRONG&gt;monitor_apps_REST_event&lt;/STRONG&gt;". At the end this connection queries the same end point that I queried from POSTMAN but using it, I don't see&amp;nbsp; any of the columns I want to use inside any table that Qlik has loaded.&lt;/P&gt;
&lt;P&gt;I'm wondering that QS is omitting some columns like "&lt;STRONG&gt;schemaFilterDescription&lt;/STRONG&gt;","&lt;STRONG&gt;incrementDescription&lt;/STRONG&gt;" or "&lt;STRONG&gt;incrementOption&lt;/STRONG&gt;".&lt;/P&gt;
&lt;P&gt;Of course, I wondered as well that maybe my approach is missing something.&lt;/P&gt;
&lt;P&gt;Can you tell me how to load the complete set of columns returned by "&lt;STRONG&gt;qrs/event/full&lt;/STRONG&gt;" using only Qlik Sense? I wouldn't like to query it outside QS, convert it to csv format and open it from my app in QS again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me share the data model generated by QLIK when I use "&lt;STRONG&gt;monitor_apps_REST_event&lt;/STRONG&gt;".&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LDR_1-1667993137061.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/93231iB06B922008B2F085/image-size/large?v=v2&amp;amp;px=999" role="button" title="LDR_1-1667993137061.png" alt="LDR_1-1667993137061.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ah, I created a REST connection as well and the result is the same than with the connection before so in my opinion QLIK is not including all possible columns when read the returning JSON file.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 11:27:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Data-returned-by-connection-quot-monitor-apps-REST-event-quot/m-p/2002315#M17533</guid>
      <dc:creator>LDR</dc:creator>
      <dc:date>2022-11-09T11:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Data returned by connection "monitor_apps_REST_event" doesn't include all values returned by QRS endpoint ".../qrs/event/full"</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Data-returned-by-connection-quot-monitor-apps-REST-event-quot/m-p/2008494#M17628</link>
      <description>&lt;P&gt;Using the Data Load editor&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you select the connection 'monitor_apps_REST_event' and click 'Select Data', then&lt;/P&gt;&lt;P&gt;tick the Root Table and&lt;/P&gt;&lt;P&gt;insert the default script&lt;/P&gt;&lt;P&gt;if all the columns and tables are selected, and the script is not modified they should be included.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Marc_0-1669254866245.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/94507iB76AE2234CDBE50F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Marc_0-1669254866245.png" alt="Marc_0-1669254866245.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;you should find the IncrementDescription &amp;amp; IncrementOption prosperities on the root table&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Marc_1-1669255003889.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/94508i15A0541645986E89/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Marc_1-1669255003889.png" alt="Marc_1-1669255003889.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and as the schemaFilterDescription is an array, it gets its own table&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Marc_2-1669255115785.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/94509i4C534D055E369683/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Marc_2-1669255115785.png" alt="Marc_2-1669255115785.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;NB: if you scroll to the right in the Data Load Editor Preview window you should see the properties you are missing.&lt;/P&gt;&lt;P&gt;You may also want to make sure that the Service Account configured on the Data Connection is a RootAdmin&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Marc_3-1669255581966.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/94510iC7C92B98C9BC913F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Marc_3-1669255581966.png" alt="Marc_3-1669255581966.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2022 02:11:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Data-returned-by-connection-quot-monitor-apps-REST-event-quot/m-p/2008494#M17628</guid>
      <dc:creator>Marc</dc:creator>
      <dc:date>2022-11-24T02:11:55Z</dc:date>
    </item>
  </channel>
</rss>

