<?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: ArcGIS and API Json in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-and-api-json/m-p/1088495#M3930</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/78400"&gt;@Sietse_de_Haan&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;The easiest approach would be to use &lt;A href="https://enterprise.arcgis.com/en/geoevent/latest/get-started/what-is-arcgis-geoevent-server.htm" target="_self"&gt;GeoEvent Server&lt;/A&gt; to poll the API and send the JSON to a feature service.&lt;/P&gt;&lt;P&gt;Another option would be to use python in which you could &lt;A href="https://stackoverflow.com/questions/2817481/how-do-i-request-and-process-json-with-python" target="_self"&gt;query the API&lt;/A&gt;, &lt;A href="https://www.geeksforgeeks.org/convert-json-to-dictionary-in-python/" target="_self"&gt;process the JSON&lt;/A&gt;, and then update a feature service using the &lt;A href="https://developers.arcgis.com/python/" target="_self"&gt;ArcGIS API for Python&lt;/A&gt;.&amp;nbsp; Here is an &lt;A href="https://developers.arcgis.com/python/sample-notebooks/updating-features-in-a-feature-layer/" target="_self"&gt;example&lt;/A&gt; on how to update a feature service.&lt;/P&gt;</description>
    <pubDate>Thu, 12 Aug 2021 15:50:49 GMT</pubDate>
    <dc:creator>JakeSkinner</dc:creator>
    <dc:date>2021-08-12T15:50:49Z</dc:date>
    <item>
      <title>ArcGIS and API Json</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-and-api-json/m-p/1088339#M3927</link>
      <description>&lt;P&gt;Hi there!&lt;/P&gt;&lt;P&gt;So at first, I am completely new to working with API's etc &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt; And I am looking for some advice for the task that lies in front of me. At first some background information about this task.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a few sensors that record the moisture of the soil around trees that we have to maintain. To read the records of these sensors we are using a website of the company that owns these sensors. Here it shows some nice graphs what the records are of the past week.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now me, as the GIS specialist of the company, thought to show the sensors on a map with the readings through the/an API. Thing is, I have no idea where to start :')&amp;nbsp;&lt;/P&gt;&lt;P&gt;The company of the sensors send me the website of their API:&amp;nbsp;&lt;A href="https://app.connectedgreen.nl/api/swagger/index.html" target="_blank" rel="noopener"&gt;https://app.connectedgreen.nl/api/swagger/index.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Per thing there is a code written that can be used, but do I have to use HTML for this like in 'codepen' or do I use a arcgis notebook for this and write in Python? I have done some reading and tutorials but there is so much information.. There isn't a feature available but only code in the API. We also have quite some sensors so is there a way to combine these in a feature layer so I can just show this on the map inclusing the readings from the current day for example?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I perhaps have more questions but lets start with this.&lt;/P&gt;&lt;P&gt;Sorry I am such a newbie but have to start somewhere.&lt;/P&gt;&lt;P&gt;Thanks for your help in advance!&lt;/P&gt;&lt;P&gt;With kind regards, Sietse&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;by the way, If i posted this thread in the wrong place, please move it to the correct one. Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://app.connectedgreen.nl/api/swagger/index.html" target="_blank" rel="noopener"&gt;Swagger UI (connectedgreen.nl)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 10:35:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-and-api-json/m-p/1088339#M3927</guid>
      <dc:creator>Sietse_de_Haan</dc:creator>
      <dc:date>2021-08-12T10:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS and API Json</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-and-api-json/m-p/1088495#M3930</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/78400"&gt;@Sietse_de_Haan&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;The easiest approach would be to use &lt;A href="https://enterprise.arcgis.com/en/geoevent/latest/get-started/what-is-arcgis-geoevent-server.htm" target="_self"&gt;GeoEvent Server&lt;/A&gt; to poll the API and send the JSON to a feature service.&lt;/P&gt;&lt;P&gt;Another option would be to use python in which you could &lt;A href="https://stackoverflow.com/questions/2817481/how-do-i-request-and-process-json-with-python" target="_self"&gt;query the API&lt;/A&gt;, &lt;A href="https://www.geeksforgeeks.org/convert-json-to-dictionary-in-python/" target="_self"&gt;process the JSON&lt;/A&gt;, and then update a feature service using the &lt;A href="https://developers.arcgis.com/python/" target="_self"&gt;ArcGIS API for Python&lt;/A&gt;.&amp;nbsp; Here is an &lt;A href="https://developers.arcgis.com/python/sample-notebooks/updating-features-in-a-feature-layer/" target="_self"&gt;example&lt;/A&gt; on how to update a feature service.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 15:50:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-and-api-json/m-p/1088495#M3930</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2021-08-12T15:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS and API Json</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-and-api-json/m-p/1089569#M3936</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/10527"&gt;@JakeSkinner&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply. ArcGIS Velocity would work as well as a solution? Compared to GeoEvent Server? Because we do not own Enterprise but ArcGIS Online. If it does, than I will look into what Velocity might cost us and see if we can use this as a solution.&lt;/P&gt;&lt;P&gt;Your second sounds like a lot of work and I dont have any experience with such solutions yet. I will look into this as well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I know which direction we will go, I might ask more questions on how to do it, otherwise I will accept your reply as the solution to my question/problem.&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 12:21:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-and-api-json/m-p/1089569#M3936</guid>
      <dc:creator>Sietse_de_Haan</dc:creator>
      <dc:date>2021-08-17T12:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS and API Json</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-and-api-json/m-p/1089902#M3937</link>
      <description>&lt;P&gt;Yes, ArcGIS Velocity would work as well.&amp;nbsp; It is very similar to GeoEvent and can also poll the API&amp;nbsp;&lt;SPAN&gt;and send the JSON to a feature service.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 11:34:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-and-api-json/m-p/1089902#M3937</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2021-08-18T11:34:51Z</dc:date>
    </item>
  </channel>
</rss>

