<?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 call a map service passing parameters in the where field in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-call-a-map-service-passing-parameters-in/m-p/1501996#M39941</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/363906"&gt;@jcarlson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for a way to send to Geonexus only records inserted or updated in GIS. I was thinking about adding a where clause&amp;nbsp; and then passing the service to Geonexus.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-enterprise-questions/geonexus-integration-with-eams/m-p/1501090" target="_blank"&gt;Geonexus integration with EAMS - Esri Community&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jul 2024 19:18:03 GMT</pubDate>
    <dc:creator>SanchezNuñez</dc:creator>
    <dc:date>2024-07-05T19:18:03Z</dc:date>
    <item>
      <title>How to call a map service passing parameters in the where field</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-call-a-map-service-passing-parameters-in/m-p/1500273#M39906</link>
      <description>&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;I am looking for a way to call a&amp;nbsp; layer in an ArcGIS Server map service passing parameters in the where&amp;nbsp; clause&lt;/P&gt;&lt;P&gt;&amp;nbsp;https://[ArcgIS Server]/arcgis/rest/services/[My Map Service/FeatureServer/1&lt;/P&gt;&lt;P&gt;I would like call this service passing a parameter such as ProjectID = 1 or ProjectID = 2&lt;/P&gt;&lt;P&gt;How can I do that?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 12:55:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-call-a-map-service-passing-parameters-in/m-p/1500273#M39906</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2024-07-02T12:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a map service passing parameters in the where field</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-call-a-map-service-passing-parameters-in/m-p/1500274#M39907</link>
      <description>&lt;P&gt;What I find helpful is adding the service to a map viewer in AGOL/Portal, create a filter using the query parameters you want, and then use the browser's Developer Tools to see exactly how the query/WHERE clause was structured.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;https://&amp;lt;machine.domain&amp;gt;/&amp;lt;WA&amp;gt;/rest/services/Hosted/&amp;lt;name&amp;gt;/FeatureServer/0/query?f=json&amp;amp;where=(projectid = 1) OR (projectid = 2)&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 13:06:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-call-a-map-service-passing-parameters-in/m-p/1500274#M39907</guid>
      <dc:creator>EricAnderson_DHS</dc:creator>
      <dc:date>2024-07-02T13:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a map service passing parameters in the where field</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-call-a-map-service-passing-parameters-in/m-p/1500282#M39908</link>
      <description>&lt;P&gt;The &lt;A href="https://developers.arcgis.com/rest/services-reference/enterprise/query-feature-service/" target="_blank"&gt;REST API docs&lt;/A&gt; have all the details. &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/20520"&gt;@EricAnderson_DHS&lt;/a&gt; 's answer is great, I would only add that you want to encode your parameters to get a URL string.&lt;/P&gt;&lt;PRE&gt;…/FeatureServer/1/query?where=(ProjectID%3D1)+or+(ProjectID%3D2)&lt;/PRE&gt;&lt;P&gt;Where are you calling this layer &lt;EM&gt;from, &lt;/EM&gt;by the way?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 13:25:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-call-a-map-service-passing-parameters-in/m-p/1500282#M39908</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2024-07-02T13:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a map service passing parameters in the where field</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-call-a-map-service-passing-parameters-in/m-p/1501996#M39941</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/363906"&gt;@jcarlson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for a way to send to Geonexus only records inserted or updated in GIS. I was thinking about adding a where clause&amp;nbsp; and then passing the service to Geonexus.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-enterprise-questions/geonexus-integration-with-eams/m-p/1501090" target="_blank"&gt;Geonexus integration with EAMS - Esri Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 19:18:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-call-a-map-service-passing-parameters-in/m-p/1501996#M39941</guid>
      <dc:creator>SanchezNuñez</dc:creator>
      <dc:date>2024-07-05T19:18:03Z</dc:date>
    </item>
  </channel>
</rss>

