<?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 ArcGIS REST API Server Query - Which URL should I use Query(GET) or Query (POST) in Open Source Mapping Libraries Ques.</title>
    <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/arcgis-rest-api-server-query-which-url-should-i/m-p/795146#M166</link>
    <description>&lt;P&gt;I am writing a simple test application using Left-let. The feature class is coming directly from the server which works great, but when I create a query the new URL does not return any records. In other words, my application does not show any of the points in the feature class. Since I am not an expert of the field, I started to think if I was choosing the wrong URL but both&amp;nbsp;&lt;STRONG&gt;Query(GET) and Query (POST)&lt;/STRONG&gt; give me the same result.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have done the following:&lt;/P&gt;
&lt;P&gt;Change "Return Geometry : True"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;any help would be great.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG style="height: auto;" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/400175_Querry.jpg" border="0" alt="" /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Aug 2023 12:56:45 GMT</pubDate>
    <dc:creator>deleted-user-4LjGx0CueIPn</dc:creator>
    <dc:date>2023-08-28T12:56:45Z</dc:date>
    <item>
      <title>ArcGIS REST API Server Query - Which URL should I use Query(GET) or Query (POST)</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/arcgis-rest-api-server-query-which-url-should-i/m-p/795146#M166</link>
      <description>&lt;P&gt;I am writing a simple test application using Left-let. The feature class is coming directly from the server which works great, but when I create a query the new URL does not return any records. In other words, my application does not show any of the points in the feature class. Since I am not an expert of the field, I started to think if I was choosing the wrong URL but both&amp;nbsp;&lt;STRONG&gt;Query(GET) and Query (POST)&lt;/STRONG&gt; give me the same result.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have done the following:&lt;/P&gt;
&lt;P&gt;Change "Return Geometry : True"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;any help would be great.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG style="height: auto;" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/400175_Querry.jpg" border="0" alt="" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 12:56:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/arcgis-rest-api-server-query-which-url-should-i/m-p/795146#M166</guid>
      <dc:creator>deleted-user-4LjGx0CueIPn</dc:creator>
      <dc:date>2023-08-28T12:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS REST API Server Query - Which URL should I use Query(GET) or Query (POST)</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/arcgis-rest-api-server-query-which-url-should-i/m-p/795147#M167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want&amp;nbsp;to return &lt;EM&gt;all&lt;/EM&gt; the features in the service, you need to supply a SQL where clause that always resolves to true.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;where: 1=1&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;A class="link-bare" href="http://sampleserver6.arcgisonline.com/arcgis/rest/services/Census/MapServer/3/query?where=1=1&amp;amp;f=html" title="http://sampleserver6.arcgisonline.com/arcgis/rest/services/Census/MapServer/3/query?where=1=1&amp;amp;f=html"&gt;http://sampleserver6.arcgisonline.com/arcgis/rest/services/Census/MapServer/3/query?where=1=1&amp;amp;f=html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 19:10:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/arcgis-rest-api-server-query-which-url-should-i/m-p/795147#M167</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2018-03-29T19:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS REST API Server Query - Which URL should I use Query(GET) or Query (POST)</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/arcgis-rest-api-server-query-which-url-should-i/m-p/795148#M168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was under the impression that by running the query using&amp;nbsp;&lt;STRONG style="background-color: #ffffff; border: 0px; font-weight: bold;"&gt;Query(GET) or Query (POST)&lt;/STRONG&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;I would get the correct link. I type the query directly and that seems to work now. I appreciate your help.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 21:22:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/arcgis-rest-api-server-query-which-url-should-i/m-p/795148#M168</guid>
      <dc:creator>deleted-user-4LjGx0CueIPn</dc:creator>
      <dc:date>2018-03-29T21:22:15Z</dc:date>
    </item>
  </channel>
</rss>

