<?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: need example code of nodeJS project querying enterprise hosted feature layer service, using ArcGIS REST API in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/need-example-code-of-nodejs-project-querying/m-p/1178203#M77517</link>
    <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/191789"&gt;@BlakeTerhune&lt;/a&gt;&amp;nbsp;and especially&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/180"&gt;@AndyGup&lt;/a&gt;&amp;nbsp;for referring my question.&lt;/P&gt;&lt;P&gt;Indeed I am using nodeJS for developing the non-interactive web service (I prefer it upon Python)&lt;BR /&gt;and &lt;A href="https://developers.arcgis.com/arcgis-rest-js/api-reference/arcgis-rest-feature-service/queryFeatures" target="_blank" rel="noopener"&gt;queryFeatures&lt;/A&gt; example was enlighting since this is the way I go.&lt;/P&gt;&lt;P&gt;REQUEST: I need also do "fetchImage" upon MapImageLayer and it will help me bery much to know what is the specific ArcGIS Rest API that I need for this. Does someone know?&lt;/P&gt;&lt;P&gt;2nd REQUEST: Is there some short example of whole little node program addressing the enterprise portal server?&lt;/P&gt;</description>
    <pubDate>Sun, 29 May 2022 15:08:15 GMT</pubDate>
    <dc:creator>MichaelLev</dc:creator>
    <dc:date>2022-05-29T15:08:15Z</dc:date>
    <item>
      <title>need example code of nodeJS project querying enterprise hosted feature layer service, using ArcGIS REST API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/need-example-code-of-nodejs-project-querying/m-p/1177472#M77483</link>
      <description>&lt;P&gt;I need to develop web service in our enterprise server,&lt;BR /&gt;which will be addressed by its url endpoint, with x,y query parameters,&lt;BR /&gt;and it will query a&amp;nbsp;hosted feature layer service to get some table attributes&lt;BR /&gt;of the polygon that intersects the x,y point.&lt;/P&gt;&lt;P&gt;I need some basic code example&lt;BR /&gt;of a nodeJS project&lt;BR /&gt;querying an enterprise hosted feature layer service, using ArcGIS REST API&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 09:01:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/need-example-code-of-nodejs-project-querying/m-p/1177472#M77483</guid>
      <dc:creator>MichaelLev</dc:creator>
      <dc:date>2022-05-26T09:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: need example code of nodeJS project querying enterprise hosted feature layer service, using ArcGIS REST API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/need-example-code-of-nodejs-project-querying/m-p/1177542#M77486</link>
      <description>&lt;P&gt;Esri has quite a few &lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/" target="_self"&gt;sample apps&lt;/A&gt; showcasing various parts of the ArcGIS API for Javascript. You don't need NodeJS natively so none of the samples use it.&amp;nbsp;You might be interested in&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/featurelayer-query-basic/" target="_self"&gt;Basic Querying in FeatureLayer&lt;/A&gt;.&amp;nbsp; You'll want to use the "intersects" spatialRelationship property when you query. Here's &lt;A href="https://community.esri.com/t5/arcgis-api-for-javascript-questions/can-i-pass-url-parameters-to-an-app-not-hosted-or/m-p/223866#M20817" target="_self"&gt;an example&lt;/A&gt; of getting URL parameters to query a feature layer.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 14:36:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/need-example-code-of-nodejs-project-querying/m-p/1177542#M77486</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2022-05-26T14:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: need example code of nodeJS project querying enterprise hosted feature layer service, using ArcGIS REST API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/need-example-code-of-nodejs-project-querying/m-p/1177547#M77487</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/36894"&gt;@MichaelLev&lt;/a&gt; for node projects also take a look at ArcGIS REST JS =&amp;gt; &lt;A href="https://developers.arcgis.com/arcgis-rest-js/layers/query-a-feature-layer-sql/" target="_blank"&gt;https://developers.arcgis.com/arcgis-rest-js/layers/query-a-feature-layer-sql/&lt;/A&gt;&amp;nbsp; and here's the API reference:&amp;nbsp;&lt;A href="https://developers.arcgis.com/arcgis-rest-js/api-reference/arcgis-rest-feature-service/queryFeatures" target="_blank"&gt;https://developers.arcgis.com/arcgis-rest-js/api-reference/arcgis-rest-feature-service/queryFeatures&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 14:42:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/need-example-code-of-nodejs-project-querying/m-p/1177547#M77487</guid>
      <dc:creator>AndyGup</dc:creator>
      <dc:date>2022-05-26T14:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: need example code of nodeJS project querying enterprise hosted feature layer service, using ArcGIS REST API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/need-example-code-of-nodejs-project-querying/m-p/1178203#M77517</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/191789"&gt;@BlakeTerhune&lt;/a&gt;&amp;nbsp;and especially&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/180"&gt;@AndyGup&lt;/a&gt;&amp;nbsp;for referring my question.&lt;/P&gt;&lt;P&gt;Indeed I am using nodeJS for developing the non-interactive web service (I prefer it upon Python)&lt;BR /&gt;and &lt;A href="https://developers.arcgis.com/arcgis-rest-js/api-reference/arcgis-rest-feature-service/queryFeatures" target="_blank" rel="noopener"&gt;queryFeatures&lt;/A&gt; example was enlighting since this is the way I go.&lt;/P&gt;&lt;P&gt;REQUEST: I need also do "fetchImage" upon MapImageLayer and it will help me bery much to know what is the specific ArcGIS Rest API that I need for this. Does someone know?&lt;/P&gt;&lt;P&gt;2nd REQUEST: Is there some short example of whole little node program addressing the enterprise portal server?&lt;/P&gt;</description>
      <pubDate>Sun, 29 May 2022 15:08:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/need-example-code-of-nodejs-project-querying/m-p/1178203#M77517</guid>
      <dc:creator>MichaelLev</dc:creator>
      <dc:date>2022-05-29T15:08:15Z</dc:date>
    </item>
  </channel>
</rss>

