<?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: How to identify a service type in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/how-to-identify-a-service-type/m-p/763572#M37311</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Howard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most of the answers to your questions can be queried through the REST API:&lt;/P&gt;&lt;P&gt;General Service Information including URL specifics:&lt;/P&gt;&lt;P&gt;1)&amp;nbsp;&lt;A class="link-titled" href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Working_with_services_you_ve_published/02r3000000tq000000/" title="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Working_with_services_you_ve_published/02r3000000tq000000/"&gt;Working_with_services_you_ve_published&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)&amp;nbsp;&lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Server_Info/02r300000116000000/"&gt;Version of ArcGIS Server&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)&amp;nbsp;&lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Query_Feature_Service/02r3000000w5000000/"&gt;Feature Service&lt;/A&gt;&amp;nbsp;Vs. &lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Query_Feature_Service_Layer/02r3000000r1000000/"&gt;Feature Layer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kelly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jul 2017 23:55:55 GMT</pubDate>
    <dc:creator>KellyGerrow</dc:creator>
    <dc:date>2017-07-18T23:55:55Z</dc:date>
    <item>
      <title>How to identify a service type</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-identify-a-service-type/m-p/763571#M37310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;We are working on a Geo Mashup project where we are given multiple data sources, including GeoServer WFS urls and Esri ArcGIS Feature Service urls. So we have the need to identify the service types (OGC WFS or Esri Feature Service) on the fly in the code.&lt;BR /&gt; &lt;BR /&gt; Say we are given two ArcGIS Feature Service urls such as &lt;BR /&gt; &lt;A href="https://gis.arkansas.gov/arcgis/rest/services/FEATURESERVICES/Boundaries/FeatureServer/0"&gt;https://gis.arkansas.gov/arcgis/rest/services/FEATURESERVICES/Boundaries/FeatureServer/0&lt;/A&gt;, or &lt;A href="https://gis.arkansas.gov/arcgis/rest/services/FEATURESERVICES/Boundaries/FeatureServer"&gt;https://gis.arkansas.gov/arcgis/rest/services/FEATURESERVICES/Boundaries/FeatureServer&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt; 1)&amp;nbsp; Is there any signature in the url content telling us they are Esri Feature Services?&lt;BR /&gt; 2)&amp;nbsp; Can we tell the version of ArcGIS Servers were used to publish the services? &lt;BR /&gt; 3)&amp;nbsp; How can we tell the difference between the first link and the second link?&lt;BR /&gt; &lt;BR /&gt; Thanks!&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2017 18:40:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-identify-a-service-type/m-p/763571#M37310</guid>
      <dc:creator>HowardWard</dc:creator>
      <dc:date>2017-07-13T18:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify a service type</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-identify-a-service-type/m-p/763572#M37311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Howard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most of the answers to your questions can be queried through the REST API:&lt;/P&gt;&lt;P&gt;General Service Information including URL specifics:&lt;/P&gt;&lt;P&gt;1)&amp;nbsp;&lt;A class="link-titled" href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Working_with_services_you_ve_published/02r3000000tq000000/" title="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Working_with_services_you_ve_published/02r3000000tq000000/"&gt;Working_with_services_you_ve_published&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)&amp;nbsp;&lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Server_Info/02r300000116000000/"&gt;Version of ArcGIS Server&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)&amp;nbsp;&lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Query_Feature_Service/02r3000000w5000000/"&gt;Feature Service&lt;/A&gt;&amp;nbsp;Vs. &lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Query_Feature_Service_Layer/02r3000000r1000000/"&gt;Feature Layer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kelly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 23:55:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-identify-a-service-type/m-p/763572#M37311</guid>
      <dc:creator>KellyGerrow</dc:creator>
      <dc:date>2017-07-18T23:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify a service type</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-identify-a-service-type/m-p/763573#M37312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&amp;nbsp;Kelly.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Per&amp;nbsp;&lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Getting_started/02r3000000sq000000/"&gt;"Getting started&lt;/A&gt;" section, the ArcGIS REST end point pattern is&amp;nbsp;&lt;SPAN style="color: #4d4d4d; background-color: #ffffff;"&gt;&lt;A href="http://&amp;lt;host&amp;gt;/&amp;lt;site&amp;gt;/rest/services/&amp;lt;folder&amp;gt;/&amp;lt;serviceName&amp;gt;/&amp;lt;serviceType&amp;gt;"&gt;http://&amp;lt;host&amp;gt;/&amp;lt;site&amp;gt;/rest/services/&amp;lt;folder&amp;gt;/&amp;lt;serviceName&amp;gt;/&amp;lt;serviceType&amp;gt;&lt;/A&gt;. &amp;nbsp;I&amp;nbsp;guess we could check the existence of "/rest/services/" in a given url to make the determination. &amp;nbsp;Is this the way to go?&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #4d4d4d; background-color: #ffffff;"&gt;&amp;nbsp;OK.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #4d4d4d; background-color: #ffffff;"&gt;Can one assume that an url matching ArcGIS REST end-point pattern plus "/&lt;N&gt;" (where &lt;N&gt; represent any numeric number) is "Feature Layer"?&lt;/N&gt;&lt;/N&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; background-color: #ffffff;"&gt;Please kindly advise if there are more elegant ways than url pattern matching...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; background-color: #ffffff;"&gt;Bo&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 04:21:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-identify-a-service-type/m-p/763573#M37312</guid>
      <dc:creator>BoGuo</dc:creator>
      <dc:date>2017-07-19T04:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify a service type</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-identify-a-service-type/m-p/763574#M37313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi BO,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I think this is the way to go. I don't know of other software that uses this pattern, but I'll tag &lt;A href="https://community.esri.com/space/2030"&gt;Developers&lt;/A&gt;‌, in case they have other strategies.&lt;/P&gt;&lt;P&gt;3. A feature layer will always have a layer number appended whereas the feature service will not have any numbers. From the feature service URL, you can find the feature layers and other properties for the entire service. The feature layer url provides layer specific access to information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kelly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 16:43:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-identify-a-service-type/m-p/763574#M37313</guid>
      <dc:creator>KellyGerrow</dc:creator>
      <dc:date>2017-07-19T16:43:26Z</dc:date>
    </item>
  </channel>
</rss>

