<?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: Questions on Poll an external website for JSON in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/questions-on-poll-an-external-website-for-json/m-p/1264571#M3910</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/475615"&gt;@wizgis&lt;/a&gt;&amp;nbsp;is there a way to specify a filter on the API side? e.g. time based or records of the last 5 min only?&lt;/P&gt;&lt;P&gt;I used different API implementations and depending on the available filter options at the source aka. the API I always tried to reduce the data volume that way as much as possible. The Last Modified Header is unfortunately very specific and not widely used.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Mar 2023 16:58:12 GMT</pubDate>
    <dc:creator>TomPaschke</dc:creator>
    <dc:date>2023-03-06T16:58:12Z</dc:date>
    <item>
      <title>Questions on Poll an external website for JSON</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/questions-on-poll-an-external-website-for-json/m-p/1260890#M3890</link>
      <description>&lt;P&gt;Hello All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an external API that, on fetching, gives me 1156 records, and I am using &lt;STRONG&gt;Poll an external website for JSON&lt;/STRONG&gt; input connector. I am able to configure the input and can see the count ;however, after a certain period (time interval set by me), it again ingests those 1156 records and the count doubles and it keeps going on.&lt;/P&gt;&lt;P&gt;I was just wondering if this is expected behavior or there is any setting that I am missing. Ideally, I was expecting the count to increase incrementally as records increase through API and not double after a certain interval of time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below are some screenshots for reference:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2312_2.PNG" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/63509i49C6830C734979F3/image-size/large?v=v2&amp;amp;px=999" role="button" title="2312_2.PNG" alt="2312_2.PNG" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;2312_2.PNG&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1156_t.PNG" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/63510iCAFDAFB9F2B2605E/image-size/large?v=v2&amp;amp;px=999" role="button" title="1156_t.PNG" alt="1156_t.PNG" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;1156_t.PNG&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 14:40:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/questions-on-poll-an-external-website-for-json/m-p/1260890#M3890</guid>
      <dc:creator>wizgis</dc:creator>
      <dc:date>2023-02-23T14:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on Poll an external website for JSON</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/questions-on-poll-an-external-website-for-json/m-p/1262173#M3893</link>
      <description>&lt;P&gt;Did you specify a Unique Key / Track id on your side.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Usually pulling data that is not a duplicate of the last transaction set requires a start from key or date/time so that you only get the new records.&amp;nbsp; Optionally, you could (depending on how owns &amp;amp; controls the source) archive / delete ach transaction once you have pulled it.&amp;nbsp; Assuming a unique value like a sequence number.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 21:54:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/questions-on-poll-an-external-website-for-json/m-p/1262173#M3893</guid>
      <dc:creator>JeffSilberberg</dc:creator>
      <dc:date>2023-02-27T21:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on Poll an external website for JSON</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/questions-on-poll-an-external-website-for-json/m-p/1262279#M3896</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/140376"&gt;@JeffSilberberg&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did specify a unique id with Track Id tag however, was still running into issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;On looking into this further I came across this link&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-geoevent-server-blog/receive-new-data-only-on-a-poll-an-external/ba-p/902042" target="_blank"&gt;https://community.esri.com/t5/arcgis-geoevent-server-blog/receive-new-data-only-on-a-poll-an-external/ba-p/902042&lt;/A&gt;&amp;nbsp;and looks like the external link that we are using to &lt;STRONG&gt;Poll&lt;/STRONG&gt; in records needs to have &lt;STRONG&gt;Last Modified Header&lt;/STRONG&gt; and then only '&lt;STRONG&gt;Receive New Data Only&lt;/STRONG&gt;' will take in new records.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 04:46:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/questions-on-poll-an-external-website-for-json/m-p/1262279#M3896</guid>
      <dc:creator>wizgis</dc:creator>
      <dc:date>2023-02-28T04:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on Poll an external website for JSON</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/questions-on-poll-an-external-website-for-json/m-p/1264571#M3910</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/475615"&gt;@wizgis&lt;/a&gt;&amp;nbsp;is there a way to specify a filter on the API side? e.g. time based or records of the last 5 min only?&lt;/P&gt;&lt;P&gt;I used different API implementations and depending on the available filter options at the source aka. the API I always tried to reduce the data volume that way as much as possible. The Last Modified Header is unfortunately very specific and not widely used.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 16:58:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/questions-on-poll-an-external-website-for-json/m-p/1264571#M3910</guid>
      <dc:creator>TomPaschke</dc:creator>
      <dc:date>2023-03-06T16:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on Poll an external website for JSON</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/questions-on-poll-an-external-website-for-json/m-p/1264823#M3913</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/188446"&gt;@TomPaschke&lt;/a&gt;&amp;nbsp; for your inputs and letting me know that &lt;STRONG&gt;Last Modified Header&lt;/STRONG&gt; property is not widely used. I'll have to check if there's a way to specify a filter on API side.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 04:32:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/questions-on-poll-an-external-website-for-json/m-p/1264823#M3913</guid>
      <dc:creator>wizgis</dc:creator>
      <dc:date>2023-03-07T04:32:42Z</dc:date>
    </item>
  </channel>
</rss>

