<?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: Rest API Query feature server WHERE IN limit in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/rest-api-query-feature-server-where-in-limit/m-p/717653#M3470</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for your response.&amp;nbsp; I appreciate your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Feb 2018 17:46:02 GMT</pubDate>
    <dc:creator>PawanVuppala</dc:creator>
    <dc:date>2018-02-12T17:46:02Z</dc:date>
    <item>
      <title>Rest API Query feature server WHERE IN limit</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/rest-api-query-feature-server-where-in-limit/m-p/717650#M3467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gurus,&lt;/P&gt;&lt;P&gt;I am running into this issue where I'm not able to pass more than 136 zip codes using the standard USA zip codes layer.&amp;nbsp; Check out the query string that fails when I hit all zipcodes needed, please advise.&amp;nbsp; Any feedback would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fservices.arcgis.com%2FP3ePLMYs2RVChkJx%2FArcGIS%2Frest%2Fservices%2FUSA_ZIP_Codes_2015%2FFeatureServer%2F0%2Fquery%3Ff%3Djson%26where%3DUPPER%28ZIP_CODE" rel="nofollow" target="_blank"&gt;https://services.arcgis.com/P3ePLMYs2RVChkJx/ArcGIS/rest/services/USA_ZIP_Codes_2015/FeatureServer/0/query?f=json&amp;amp;where=UPPER(ZIP_CODE&lt;/A&gt;&lt;SPAN&gt;) IN ('77002','77003','77004','77005','77006','77007','77008','77009','77010','77011','77012','77013','77014','77015','77016','77017','77018','77019','77020','77021','77022','77023','77024','77025','77026','77027','77028','77029','77030','77031','77032','77033','77034','77035','77036','77037','77038','77039','77040','77041','77042','77043','77044','77045','77046','77047','77048','77049','77050','77051','77053','77054','77055','77056','77057','77058','77059','77060','77061','77062','77063','77064','77065','77066','77067','77068','77069','77070','77071','77072','77073','77074','77075','77076','77077','77078','77079','77080','77081','77082','77083','77084','77085','77086','77087','77088','77089','77090','77091','77092','77093','77094','77095','77096','77098','77099','77335','77346','77359','77360','77364','77396','77401','77406','77407','77417','77423','77429','77433','77440','77441','77444','77447','77449','77450','77455','77456','77458','77459','77461','77468','77469','77471','77477','77478','77479','77483','77484','77485','77489','77493','77494','77498','77502','77503','77504','77505','77506','77507','77511','77514','77518','77519','77520','77521','77530','77532','77536','77538','77539','77545','77546','77547','77560','77562','77565','77571','77573','77578','77581','77583','77584','77586','77587','77598')&amp;amp;returnGeometry=true&amp;amp;spatialRel=esriSpatialRelIntersects&amp;amp;outFields=ZIP_CODE&amp;amp;outSR=102100&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 14:56:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/rest-api-query-feature-server-where-in-limit/m-p/717650#M3467</guid>
      <dc:creator>PawanVuppala</dc:creator>
      <dc:date>2018-01-19T14:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API Query feature server WHERE IN limit</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/rest-api-query-feature-server-where-in-limit/m-p/717651#M3468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should use POST instead of GET. You exceeded 2000 symbols in GET request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, no need to use UPPER in this case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 15:32:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/rest-api-query-feature-server-where-in-limit/m-p/717651#M3468</guid>
      <dc:creator>RamunasKraujutis</dc:creator>
      <dc:date>2018-01-19T15:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API Query feature server WHERE IN limit</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/rest-api-query-feature-server-where-in-limit/m-p/717652#M3469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think if you cast the ZIPCODE in integer&amp;nbsp;&lt;A class="link-titled" href="https://support.esri.com/en/technical-article/000011922" title="https://support.esri.com/en/technical-article/000011922"&gt;How To: Cast a number to a string using SQL&lt;/A&gt;&amp;nbsp; and then you create the where like this one WHERE (ZIP_CODE &amp;gt; 77041 AND&amp;nbsp;&lt;SPAN&gt;ZIP_CODE &amp;lt; 77080) OR . .. I think this can help you.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 19:57:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/rest-api-query-feature-server-where-in-limit/m-p/717652#M3469</guid>
      <dc:creator>Juan_ManuelAngel</dc:creator>
      <dc:date>2018-01-19T19:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API Query feature server WHERE IN limit</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/rest-api-query-feature-server-where-in-limit/m-p/717653#M3470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for your response.&amp;nbsp; I appreciate your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 17:46:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/rest-api-query-feature-server-where-in-limit/m-p/717653#M3470</guid>
      <dc:creator>PawanVuppala</dc:creator>
      <dc:date>2018-02-12T17:46:02Z</dc:date>
    </item>
  </channel>
</rss>

