Questions tagged [surveymonkey]

SurveyMonkey is an online survey service

SurveyMonkey is a a software as a service (SaaS) company, founded in 1999 by Ryan Finley, that provides an online survey tool with a variety of service plans.

SurveyMonkey provides an API for programmatic survey creation and data retrieval.

See also

395 questions
0
votes
1 answer

API Console for another user to authorise an Access Token for my app

I want my desktop app to be able to download survey data for a user with another SM account. Is this right: 1) I ask them to visit https://developer.surveymonkey.com/api_console 2) They select Custom Application 3) They enter my app's API Key , …
sysmod
  • 463
  • 3
  • 11
0
votes
3 answers

Integrate SurveyMonkey in an existing community

I have a cakePHP community. User are able to signup and login. I like to create a survey using SurveyMonkey. Therefor I create the survey and make it available to my members using the direct URL. In my member database I have to save the information…
lioninside
  • 47
  • 5
0
votes
1 answer

SurveyMonkey API - Authorization Token Not Found

I built a C# application about 8 months ago to pull SurveyMonkey responses and store them on our SQL Server. The application has run every day for over 6 months without any issue, but suddenly Friday morning I can't get any requests to go through.…
Eric Harlan
  • 374
  • 2
  • 9
0
votes
1 answer

Get individuals survey responses from survey monkey using API method

Using the Survey Monkey API i am creating the surveys from my web application with a Web Link Collector. I want to get the individuals response for the Survey as a Survey template Format with responded data. Is it possible to get the each…
raja
  • 1
  • 1
0
votes
0 answers

Can't get survey details from survey monkey

I've written a java code to get survey list and then details of those surveys from my account. I am able to get the list of survey IDs but not the details of the survey, using the same API key. Here's the url…
EternallyCurious
  • 2,345
  • 7
  • 47
  • 78
0
votes
1 answer

How would I return a respondent's responses after survey completion?

I fairly new to using the SurveyMonkey API. My site is designed in WordPress. After users login, they have access to a survey page where there are links to several types of surveys. What I would like to do, after a given survey is completed by a…
0
votes
2 answers

Cant connect to survey monkey API

I am trying to connect to the survey monekey API with this code, which is not working. It says "Invalid API key" even though I got the API from the API console. public void fetch() { String url =…
EternallyCurious
  • 2,345
  • 7
  • 47
  • 78
0
votes
1 answer

Getting list of all recipients in an email collector for a survey via SurveyMonkey API

I have a survey that went out to 100 recipients via the built-in email collector. I am trying to design a solution in python that will show only the list of recipients (email addresses) who have not responded (neither "Completed" nor "Partial"). Is…
Minhaz Kazi
  • 3,115
  • 1
  • 10
  • 20
0
votes
1 answer

How do we correct an error in the button "previous" in SurveyMonkey?

When using the Surveymonkey appli, the button "previous" between each question has an orthographical error in French. It reads "Pré", instead of "Préc." Is it due to the fact that I copy/paste an ancient survey? How can this be fixed? Thanks…
Ingrid
  • 1
0
votes
1 answer

Surveymonkey API - General editing

Can the API let me add or update questions and question answers. For example say I have a multi option question. What is your fav animal? 1. Cat 2. Dog could I use the API to update a 3rd option of say Cow? Cheers....
Rob Porter
  • 71
  • 2
  • 10
0
votes
1 answer

What does the "position" field in the return value of "get_survey_details" mean?

When I get survey details for my survey (using the API call "get_survey_details") there is a new field, "position" which is not described in the description of for the method (https://developer.surveymonkey.com/mashery/get_survey_details). In…
0
votes
1 answer

Error: create_flow on surveyMonkey API (Javascript)

I'm having a problem using surveyMonkey API. I'm able to use any public method except the Crate_flow and Send_flow. these two raise me an error in the console: OPTIONS http://api.surveymonkey.net/v2/client/create_flow?api_key=**MYAPI* 596 (596)…
0
votes
2 answers

surveymonkey Where is qtype and respondent_id in the get_survey_details extract?

I'm trying to replicate the survey monkey relational database format (A relational database view of your data with a separate file created for each database table. Knowledge of SQL (Structured Query Language) is necessary.) to download responses for…
0
votes
1 answer

surveymonkey How do you enter multiple survey_id values using the get_survey_details method?

I want to add multiple survey_id values in the get_survey_details method but I keep getting an error message with everything I've tried. I've used comma separated values, replicating the structure for multiple entries, multiple values with a space…
0
votes
2 answers

SurveyMonkey API - how does the Mashery account relate to the SurveyMonkey account?

If I have a SurveyMonkey account and a Mashery login, how (in either SurveyMonkey or the Mashery 'developer.surveymonkey.com' site) do I link the two accounts together? i.e. so that the provided API key and token give me access to the correct…