<?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: Can I create a layer from the custom REST web service? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/can-i-create-a-layer-from-the-custom-rest-web/m-p/1161492#M53696</link>
    <description>&lt;P&gt;No that's just a generic JSON response.&amp;nbsp; You'd have to do something to convert it into an&amp;nbsp;&lt;SPAN&gt;EsriJSON or GeoJSON.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://support.esri.com/en/technical-article/000025450" target="_blank"&gt;https://support.esri.com/en/technical-article/000025450&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Apr 2022 08:33:39 GMT</pubDate>
    <dc:creator>Luke_Pinner</dc:creator>
    <dc:date>2022-04-06T08:33:39Z</dc:date>
    <item>
      <title>Can I create a layer from the custom REST web service?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-i-create-a-layer-from-the-custom-rest-web/m-p/1159570#M53449</link>
      <description>&lt;P&gt;I am new to ArcGIS. If I have a REST API that provide the latitude, longitude and some other data, can I use it to create a layer for the Map in ArcGIS Pro? Or Can the source of the feature layer from the REST API? Also, if the data in the REST API is change every second, how I can refresh it automatically??&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 18:25:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-i-create-a-layer-from-the-custom-rest-web/m-p/1159570#M53449</guid>
      <dc:creator>BTDS_GISAdmin</dc:creator>
      <dc:date>2022-03-30T18:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can I create a layer from the custom REST web service?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-i-create-a-layer-from-the-custom-rest-web/m-p/1159662#M53463</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;Can you provide more details about the API and its output format&lt;/SPAN&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 21:17:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-i-create-a-layer-from-the-custom-rest-web/m-p/1159662#M53463</guid>
      <dc:creator>Luke_Pinner</dc:creator>
      <dc:date>2022-03-30T21:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can I create a layer from the custom REST web service?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-i-create-a-layer-from-the-custom-rest-web/m-p/1159853#M53489</link>
      <description>&lt;P&gt;The API will provide the latitude, longitude, some description, and the color code for the label. We want to show the color dot on the map, and the label those come from the API&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 13:27:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-i-create-a-layer-from-the-custom-rest-web/m-p/1159853#M53489</guid>
      <dc:creator>BTDS_GISAdmin</dc:creator>
      <dc:date>2022-03-31T13:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can I create a layer from the custom REST web service?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-i-create-a-layer-from-the-custom-rest-web/m-p/1160486#M53551</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;SPAN class=""&gt;Can you provide some actual &lt;EM&gt;detail&lt;/EM&gt; about the API output format&lt;/SPAN&gt;&lt;SPAN&gt;? Perhaps an example response.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 01 Apr 2022 22:27:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-i-create-a-layer-from-the-custom-rest-web/m-p/1160486#M53551</guid>
      <dc:creator>Luke_Pinner</dc:creator>
      <dc:date>2022-04-01T22:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can I create a layer from the custom REST web service?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-i-create-a-layer-from-the-custom-rest-web/m-p/1160716#M53578</link>
      <description>&lt;P&gt;{&lt;BR /&gt;{&lt;BR /&gt;"office_CD": "MB01",&lt;BR /&gt;"color": "GREEN",&lt;BR /&gt;"description": "BROADWAY",&lt;BR /&gt;"lat": 40.751860,&lt;BR /&gt;"long": -73.987370&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"office_CD": "MR06",&lt;BR /&gt;"color": "GREEN",&lt;BR /&gt;"description": "PELL ST",&lt;BR /&gt;"lat": 40.714981,&lt;BR /&gt;"long": -73.998520&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;}&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 13:09:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-i-create-a-layer-from-the-custom-rest-web/m-p/1160716#M53578</guid>
      <dc:creator>BTDS_GISAdmin</dc:creator>
      <dc:date>2022-04-04T13:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can I create a layer from the custom REST web service?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-i-create-a-layer-from-the-custom-rest-web/m-p/1161492#M53696</link>
      <description>&lt;P&gt;No that's just a generic JSON response.&amp;nbsp; You'd have to do something to convert it into an&amp;nbsp;&lt;SPAN&gt;EsriJSON or GeoJSON.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://support.esri.com/en/technical-article/000025450" target="_blank"&gt;https://support.esri.com/en/technical-article/000025450&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 08:33:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-i-create-a-layer-from-the-custom-rest-web/m-p/1161492#M53696</guid>
      <dc:creator>Luke_Pinner</dc:creator>
      <dc:date>2022-04-06T08:33:39Z</dc:date>
    </item>
  </channel>
</rss>

