I see that the get_responses call requires a list of respondent_ids. There is no get_responses method to return all respondents.
If I pass one respondent ID I can get their responses, and that can be a fair chunk of data for a complex survey. For a survey with more than 25,00 respondents, I wonder if that may exceed memory or string space sizes. I cannot simply get one respondent at a time because the limit is 1,000 queries per day and I may have 25,000. That's rare, normally it's a few hundred, but I have to allow for the max.
I could get, say, 50 at a time to be safe, but before I go down that route, is there any experience here of the maximum safe size of queries?
I am doing this in VBA using MSXML2.XMLHTTP
TIA
get the actual response data (there is a limit of 100 responses at a time)." Thanks Miles. BTW, Curiously, pressing Return in this box sends the comment. How do I insert line breaks? – sysmod Jan 16 '14 at 10:13