简体   繁体   English

无法找到API来向surveymonkey提交调查回复

[英]Cannot find the API to submit a survey response to surveymonkey

I need to submit a survey response from my own mobile app. 我需要从我自己的移动应用程序提交调查回复。 The user will be shown a survey to fill for which i can pull the survey questions and answer choices using the get_survey_details api call but how do I submit the response to survey monkey? 将向用户显示一个调查,以填充我可以使用get_survey_details api调用来提取调查问题和答案选项,但如何将调查提交给调查猴? I dont see a submit_survey type api call anywhere. 我在任何地方都没有看到submit_survey类型的api调用。 I this API is available on certain plan I can arrange for that plan but I just need to know before I pay for a plan and later find that I cannot submit response from my mobile app. 我可以根据某个计划提供此API,我可以安排该计划,但我需要知道在支付计划之前,之后发现我无法通过移动应用程序提交回复。

I looked here: https://developer.surveymonkey.com/api_console 我看了一下: https//developer.surveymonkey.com/api_console

And in the documentation: https://developer.surveymonkey.com/mashery/requests_responses 在文档中: https//developer.surveymonkey.com/mashery/requests_responses


PS I'm planning to use the platinum plan as it allows me to send custom variables to the survey which I will use later for analytics. PS我打算使用铂金计划,因为它允许我将自定义变量发送到调查,稍后我将用于分析。

If you haven't seen it already, API V3 is released. 如果您还没有看到它,则会发布API V3。 See the docs on responses: https://developer.surveymonkey.com/api/v3/#survey-responses 请参阅有关回复的文档: https//developer.surveymonkey.com/api/v3/#survey-responses

Nigel is correct. 奈杰尔是对的。 API V2 does not provide way to submit responses. API V2不提供提交响应的方法。 A new version of the API is in the works, and will provide additional functionality. 新版本的API正在开发中,并将提供其他功能。 Updates will be posted at https://developer.surveymonkey.com/ . 更新将发布在https://developer.surveymonkey.com/

My client has specified an app that has their Survey Monkey surveys embedded so that app users (Members) can be notified of new surveys and answer surveys all within their iOS or Android app. 我的客户指定了一个嵌入了Survey Monkey调查的应用程序,以便应用程序用户(成员)可以在其iOS或Android应用程序中收到新调查和回答调查的通知。

As I look at the problem, I need API methods to be able to: 在我看问题时,我需要API方法才能:

  1. View the surveys available to Members and their completion status 查看会员可用的调查及其完成状态
  2. Get the questions from the Survey and present them for entry 从调查中获取问题并提交进入
  3. Submit the answers entered from the Survey 提交从调查中输入的答案

Will this functionality be available in API V3? API V3中是否可以使用此功能? What is the timeframe for this new API? 这个新API的时间表是什么时候? The app has other means of notifying the users, so potentially we can do that in the interim and direct them to web pages to complete the survey, but ultimately we want it all within the app. 该应用程序还有其他通知用户的方法,因此我们可以在此期间执行此操作并将其指向网页以完成调查,但最终我们希望在应用程序中完成所有操作。

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

相关问题 如何通过 SurveyMonkey 中的 API 以 PDF 格式获取调查响应? - How to get survey response as PDF through API in SurveyMonkey? SurveyMonkey API get_survey_details - SurveyMonkey API get_survey_details 通过SurveyMonkey API获取电子邮件收集器中用于调查的所有收件人的列表 - Getting list of all recipients in an email collector for a survey via SurveyMonkey API 有没有一种方法可以使用SurveyMonkey API获取调查计数总计? - Is there a way to get the survey count totals using the SurveyMonkey API? 如何在SurveyMonkey API中向调查添加任务 - How to add a questi0n to a survey in the surveymonkey API 通过SurveyMonkey API设置调查收集者的发件人电子邮件地址 - Setting sender email address for survey collector via the SurveyMonkey API 嵌入式调查中的 SurveyMonkey 自定义变量 - SurveyMonkey custom variables in embedded survey 用于创建问卷调查的JSON字符串有效时,JSON字符串不正确时,SurveyMonkey API Error400 - SurveyMonkey API Error400 on bad JSON string when JSON string for creating survey poll is valid Surveymonkey API - 将响应实例分配给经过身份验证的用户(并对其进行跟踪) - Surveymonkey API - Assign response instances to authenticated users (and keep track thereof) Surveymonkey get_survey_details状态 - Surveymonkey get_survey_details Status
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM