<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.method.me/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Method:API Q&amp;A</title><link>http://forums.method.me/cs/forums/15.aspx</link><description>Ask questions specific to the MethodAPI from the Method Team and other Method users.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 SP2 (Build: 31113.47)</generator><item><title>Re: 10k limit on API calls</title><link>http://forums.method.me/cs/forums/thread/12936.aspx</link><pubDate>Sun, 01 Jul 2012 16:14:53 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12936</guid><dc:creator>Method_Paul</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/12936.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=12936</wfw:commentRss><description>&lt;p&gt;FYI - to anyone reading this. This was changed from a 10k limit to a 1,000,000 cell limit.&lt;/p&gt;
&lt;p&gt;So if you have only 10 fields you are pulling out, we allow up to a 100k record pull at a time.&lt;/p&gt;
&lt;p&gt;Paul&lt;/p&gt;</description></item><item><title>10k limit on API calls</title><link>http://forums.method.me/cs/forums/thread/12534.aspx</link><pubDate>Thu, 31 May 2012 14:00:34 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12534</guid><dc:creator>Method_Paul</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/12534.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=12534</wfw:commentRss><description>&lt;p&gt;API&amp;#39;ers.&lt;/p&gt;
&lt;p&gt;In rare situations where you are pulling a large number of records, please know that we had to put in a 10,000 record limit in place. &lt;/p&gt;
&lt;p&gt;If you have to pull more than 10k records, please do it in iterations, so:&lt;/p&gt;
&lt;p&gt;1. Grab desired records.&lt;/p&gt;
&lt;p&gt;2. If record count is less than 10,000, then great, you&amp;#39;re done.&lt;/p&gt;
&lt;p&gt;3. If record count is 10,000, repeat your query, but this time add WHERE RecordID &amp;gt; 123 (replace 123 with the highest RecordID from your previous query).&lt;/p&gt;
&lt;p&gt;4. Repeat step 2 and 3 until you have all the records you need.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Of course, for pure efficiency, best practice has always been to make good use of filters so that you only pull what you need in the first place.&lt;/p&gt;
&lt;p&gt;Paul&lt;/p&gt;</description></item></channel></rss>