surveymonkey - Import/Export of survey definition -


is there api import or export entire survey definition survey id? definition include question text, question kind, , possible answers depending on type of question. i'm not talking specific responses or summary of responses, rather information survey itself.

there complete api export survey data (as or little please). output in json format.

in case, way works first download list of survey ids (get_survey_list). note these not same survey code part of web address you've sent respondents. after have retrieved survey ids, can retrieve survey details (get_survey_details) passing api survey id.

you have register on developer site , request api key , authentication token. can done in browser if aren't familiar programming.

you can download api browser using api console.

if comfortable python, or want learn, can find pre-programmed stuff here: https://github.com/surveymonkey/python_guides

you can use curl access survey data.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -