<?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: Accessing a third party API from an Esri web app in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/accessing-a-third-party-api-from-an-esri-web-app/m-p/16839#M847</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; If it is REST then you are in great shape. You can use esriRequest to call the API and return your data app. I do this a lot in my WAB and custom JS API apps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jan 2018 15:58:45 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2018-01-26T15:58:45Z</dc:date>
    <item>
      <title>Accessing a third party API from an Esri web app</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/accessing-a-third-party-api-from-an-esri-web-app/m-p/16835#M843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. We are trying to display the number of available parking lot spaces in our Local Government Public Parking web app solution (built using ArcGIS Pro; the app is configured in Web AppBuilder as part of Esri's solution).&amp;nbsp; We would like to have the space count display when the app opens (as in the screen shot or similar).&amp;nbsp; We have installed a space counter sign for one of our parking lots and are testing it and gathering public feedback. The parking vendor can provide the parking space count data.&amp;nbsp; We&amp;nbsp;can retrieve&amp;nbsp;the count data through their API (they have provided the API key, etc.).&amp;nbsp; Thus, we would like to add the parking space counts to our GIS public parking app (and perhaps elsewhere on our city's website).&amp;nbsp; I have been able to activate the link in pop-ups or an Information widget, but one has to click on the link, which opens another page to display the count.&amp;nbsp; Obviously, it would be much more convenient for the user to have the count show automatically when the app is opened, then click on a link and jump to another web page.&amp;nbsp; I am hoping someone can point us in the right direction.&amp;nbsp; Many thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/394619_pastedImage_4.png" style="width: 620px; height: 325px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 22:02:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/accessing-a-third-party-api-from-an-esri-web-app/m-p/16835#M843</guid>
      <dc:creator>JayHodny</dc:creator>
      <dc:date>2018-01-23T22:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a third party API from an Esri web app</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/accessing-a-third-party-api-from-an-esri-web-app/m-p/16836#M844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding the &lt;A href="https://community.esri.com/community/gis/web-gis/web-appbuilder?sr=search&amp;amp;searchId=a0e76411-7e03-4f22-a410-f2ffe7db3bb9&amp;amp;searchIndex=0"&gt;https://community.esri.com/community/gis/web-gis/web-appbuilder?sr=search&amp;amp;searchId=a0e76411-7e03-4f22-a410-f2ffe7db3bb9&amp;amp;searchIndex=0&lt;/A&gt;‌ space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What kind of a url has the third party provided you with?&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Kelly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 23:54:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/accessing-a-third-party-api-from-an-esri-web-app/m-p/16836#M844</guid>
      <dc:creator>KellyGerrow</dc:creator>
      <dc:date>2018-01-23T23:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a third party API from an Esri web app</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/accessing-a-third-party-api-from-an-esri-web-app/m-p/16837#M845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;As Kelly has asked what type of API access do you have (i.e. is is SOAP or REST)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 14:00:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/accessing-a-third-party-api-from-an-esri-web-app/m-p/16837#M845</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-01-24T14:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a third party API from an Esri web app</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/accessing-a-third-party-api-from-an-esri-web-app/m-p/16838#M846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have asked the vendor as to what type of URL API access is used, I have not heard back.  We are assuming it is REST based on our testing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2018 15:55:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/accessing-a-third-party-api-from-an-esri-web-app/m-p/16838#M846</guid>
      <dc:creator>JayHodny</dc:creator>
      <dc:date>2018-01-26T15:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a third party API from an Esri web app</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/accessing-a-third-party-api-from-an-esri-web-app/m-p/16839#M847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; If it is REST then you are in great shape. You can use esriRequest to call the API and return your data app. I do this a lot in my WAB and custom JS API apps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2018 15:58:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/accessing-a-third-party-api-from-an-esri-web-app/m-p/16839#M847</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-01-26T15:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a third party API from an Esri web app</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/accessing-a-third-party-api-from-an-esri-web-app/m-p/16840#M848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, we will work on this later today!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2018 16:10:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/accessing-a-third-party-api-from-an-esri-web-app/m-p/16840#M848</guid>
      <dc:creator>JayHodny</dc:creator>
      <dc:date>2018-01-26T16:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a third party API from an Esri web app</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/accessing-a-third-party-api-from-an-esri-web-app/m-p/16841#M849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all.&amp;nbsp; The third party URL is REST.&amp;nbsp; We are able to pull the available space data from the vendor database through their API.&amp;nbsp; Then with a Python script we can now push the parking space count to our web maps and apps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2018 13:44:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/accessing-a-third-party-api-from-an-esri-web-app/m-p/16841#M849</guid>
      <dc:creator>JayHodny</dc:creator>
      <dc:date>2018-01-29T13:44:56Z</dc:date>
    </item>
  </channel>
</rss>

