<?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: MethodAPISelect_XML limit question</title><link>http://forums.method.me/cs/forums/thread/1228.aspx</link><pubDate>Mon, 24 Aug 2009 18:11:27 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:1228</guid><dc:creator>Method_Paul</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/1228.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=1228</wfw:commentRss><description>&lt;p&gt;Nothing in there right now that could limit the response by an exact number of records.....&lt;/p&gt;
&lt;p&gt;You could try &amp;quot;RecordID &amp;lt; 101&amp;quot; to grab the first 100 (assuming no deletions).&amp;nbsp; Not really what you are looking for, but might solve the problem for now.&lt;/p&gt;
&lt;p&gt;Paul&lt;/p&gt;</description></item><item><title>MethodAPISelect_XML limit question</title><link>http://forums.method.me/cs/forums/thread/1227.aspx</link><pubDate>Mon, 24 Aug 2009 18:06:24 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:1227</guid><dc:creator>paul</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/1227.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=1227</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m experimenting with the API and wanted to just
browse some of the data in some of tables. To put it more simply, I&amp;#39;d
like to run the equivalent of this SQL query over the API.&lt;/p&gt;
&lt;p&gt;Select Name from Customers limit 5;&lt;/p&gt;
&lt;p&gt;It
looks like I should be using the MethodAPISelect_XML to accomplish
this. In the documentation I see some flags for manipulating the query
such as &amp;#39;Having&amp;#39;,&amp;#39;GroupBy&amp;#39; and &amp;#39;OrderBy&amp;#39;. I was wondering if there was
a flag for limiting the number of elements in the response document?&lt;br /&gt;&lt;br /&gt;Gracias!&lt;/p&gt;</description></item></channel></rss>