Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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? I dont see a submit_survey type api call anywhere. 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.

I looked here: https://developer.surveymonkey.com/api_console

And in the documentation: https://developer.surveymonkey.com/mashery/requests_responses


P.S. 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.

like image 313
Imran Suhail Avatar asked Nov 09 '22 02:11

Imran Suhail


1 Answers

If you haven't seen it already, API V3 is released. See the docs on responses: https://developer.surveymonkey.com/api/v3/#survey-responses

like image 175
General Kandalaft Avatar answered Nov 15 '22 11:11

General Kandalaft