简体   繁体   English

SurveyMonkey API get_survey_details

[英]SurveyMonkey API get_survey_details

Why is get_survey_details response returning this error msg? 为什么get_survey_details响应返回此错误味精?

When running a request via the SurveyMonkey API for the get_survey_details method 通过SurveyMonkey API运行针对get_survey_details方法的请求时

https://api.surveymonkey.net/v2/surveys/get_survey_details https://api.surveymonkey.net/v2/surveys/get_survey_details

The response is: 响应为:

{"status":3,"errmsg":"Survey requested 'xxxxxxx' has more than 200 pages" } {“状态”:3,“ errmsg”:“调查请求的'xxxxxxx'有200页以上”“}

This is a custom app, using the API key and token generated in the API console. 这是一个自定义应用程序,使用在API控制台中生成的API密钥和令牌。 My user has the Gold plan. 我的用户有黄金计划。

The online guide for the api indicates a limit (any plan level) of 1000 questions and 1000 pages. api的在线指南指出(任何计划级别)最多1000个问题和1000页的限制。 https://developer.surveymonkey.com/mashery/limits https://developer.surveymonkey.com/mashery/limits

Any help is appreciated 任何帮助表示赞赏

The max page size limit is used for pagination. 最大页面大小限制用于分页。 It represents the maximum number of resource items that can be returned for a page. 它代表一个页面可以返回的最大资源项数。 For example, you can only fetch a maximum of 1000 surveys from /v2/surveys/get_survey_list per call. 例如,每个呼叫最多只能从/v2/surveys/get_survey_list提取1000个调查。

I've updated the docs to provide a bit more clarity. 我更新了文档以提供更多的清晰度。

There is a limit on the number of pages a survey can have in order to be serviceable by SurveyMonkey's API. 可以通过SurveyMonkey的API进行服务的调查页数是有限制的。 200 is the hard limit currently configured. 200是当前配置的硬限制。

That limit is documented here as, "1000 questions or 200 pages, surveys over limit will not be returned" 该限制在此处记录为:“ 1000个问题或200页,超出限制的调查将不被退回”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM