Hello,
I'm experimenting with the API and wanted to just
browse some of the data in some of tables. To put it more simply, I'd
like to run the equivalent of this SQL query over the API.
Select Name from Customers limit 5;
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 'Having','GroupBy' and 'OrderBy'. I was wondering if there was
a flag for limiting the number of elements in the response document?
Gracias!