SurveyMonkey API get_survey_details -
why get_survey_details response returning error msg?
when running request via surveymonkey api get_survey_details method
https://api.surveymonkey.net/v2/surveys/get_survey_details
the response is:
{"status":3,"errmsg":"survey requested 'xxxxxxx' has more 200 pages" }
this custom app, using api key , token generated in api console. user has gold plan.
the online guide api indicates limit (any plan level) of 1000 questions , 1000 pages. https://developer.surveymonkey.com/mashery/limits
any appreciated
the max page size limit used pagination. represents maximum number of resource items can returned page. example, can fetch maximum of 1000 surveys /v2/surveys/get_survey_list
per call.
i've updated docs provide bit more clarity.
Comments
Post a Comment