<?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: Is there a JSAPI for MapServer/&amp;lt;layerid&amp;gt;/&amp;lt;objectid&amp;gt;? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-jsapi-for-mapserver-lt-layerid-gt-lt/m-p/725129#M67299</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use a REST API Query with the ObjectId as a parameter - &lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Query_Map_Service_Layer/02r3000000p1000000/" title="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Query_Map_Service_Layer/02r3000000p1000000/"&gt;ArcGIS REST API&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 May 2015 23:30:43 GMT</pubDate>
    <dc:creator>OwenEarley</dc:creator>
    <dc:date>2015-05-08T23:30:43Z</dc:date>
    <item>
      <title>Is there a JSAPI for MapServer/&lt;layerid&gt;/&lt;objectid&gt;?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-jsapi-for-mapserver-lt-layerid-gt-lt/m-p/725128#M67298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We need to query for single features within our JS application (like when a customer wants to see details about a particular feature).&lt;/P&gt;&lt;P&gt;We would like to use the following URL on our ArcGIS server:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14311129633031268 jive_text_macro" data-renderedposition="71_8_912_16" jivemacro_uid="_14311129633031268"&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;server&amp;gt;/arcgis/rest/services/&amp;lt;service&amp;gt;/MapServer/&amp;lt;layer&amp;gt;/&amp;lt;objectid&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Esri usually provides wrapper for most of those APIs to handle authentication, proxy and error handling. Is there a wrapper for the above URL?&lt;/P&gt;&lt;P&gt;We have been using &lt;A href="https://developers.arcgis.com/javascript/jsapi/querytask-amd.html" title="https://developers.arcgis.com/javascript/jsapi/querytask-amd.html"&gt;QueryTask&lt;/A&gt; so far, but it's a lot more verbose than we need (and requires more setup). We simply need the Attributes and Geometry of a single feature.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 19:28:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-jsapi-for-mapserver-lt-layerid-gt-lt/m-p/725128#M67298</guid>
      <dc:creator>ericliprandi</dc:creator>
      <dc:date>2015-05-08T19:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a JSAPI for MapServer/&lt;layerid&gt;/&lt;objectid&gt;?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-jsapi-for-mapserver-lt-layerid-gt-lt/m-p/725129#M67299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use a REST API Query with the ObjectId as a parameter - &lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Query_Map_Service_Layer/02r3000000p1000000/" title="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Query_Map_Service_Layer/02r3000000p1000000/"&gt;ArcGIS REST API&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 23:30:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-jsapi-for-mapserver-lt-layerid-gt-lt/m-p/725129#M67299</guid>
      <dc:creator>OwenEarley</dc:creator>
      <dc:date>2015-05-08T23:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a JSAPI for MapServer/&lt;layerid&gt;/&lt;objectid&gt;?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-jsapi-for-mapserver-lt-layerid-gt-lt/m-p/725130#M67300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Other than a FeatureLayer or the QueryTask, no there is nothing light weight or less verbose. Unless you just work with esriRequest and parse the results yourself directly from the rest service.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 23:33:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-jsapi-for-mapserver-lt-layerid-gt-lt/m-p/725130#M67300</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-05-08T23:33:55Z</dc:date>
    </item>
  </channel>
</rss>

