arthur-shaw / susoapi

R interface for Survey Solutions' APIs
https://arthur-shaw.github.io/susoapi/
Other
9 stars 5 forks source link

Adding more than 100 entries in 'Get Questionnaires" #46

Closed SamHarsha closed 5 months ago

SamHarsha commented 5 months ago

Hello, I was trying to get a list of questionnaires on our workspace (there are around 200) and the dataframe returns 100 values. I was trying to follow up on the discussion linked in one of the open issues and I get a sense that it is done to not overwhelm the servers. But can you suggest how can I get the complete list of questionnaires? I specifically want questionnaires matching a particular word "baseline" in the title and I thought I could filter after I get the entire dataframe. But if there is a way I can incorporate that in the main GET request, that also works.

arthur-shaw commented 5 months ago

Duplicate of #8