clafrieda
11-07-2012, 04:37 AM
If you look at the scarce documentation for the volusion api (yoursite/net/WebService.aspx), it says that the api will only return 100 results at a time. If you do not use a 'where' clause, then this is the case. (In fact this is some what annoying because you can never issue the same query again and get the same results unless you 'reset' the query in the admin.) However, I have noticed that this is not true if you use a 'where' clause. The queries with a 'where' clause seem to return more than 100 results (can't tell if there is a limit at all actually) and the results will be sent again if you reissue the query. This behavior is more convenient for my purposes, but I am a bit worried that this will change in the future because it goes against the documentation. Has anyone used the api in this way?