How big is an XML-RPC page?

The XML API SearchService.getSavedSearchResultsAllFields returns a page at a time. For our next feature (dunning late payers) we can probably save effort and some troublesome testing by only getting the first page: we don’t have that many, thank heavens.

But before we make that assumption, how big is a page? Is it N entries, or N Kb, or what?

  • Charles

The DataService defaults to a page size of 1000 records. I believe the SearchService also uses a page size of 1000 records - but I don’t have 100% confirmation of that.