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
-1
votes
2 answers

Survey Monkey API Questions

I have a couple questions regarding the survey monkey API. First, I've noticed that the categories that can be assigned to open ended questions don't come through when pulling the details of a response. Is there a way to do this and if not, when…
-2
votes
1 answer

Parsing IMage object in JSON

How do I insert image object instead of image url in the below code? payload ={ "headings": [ { "heading": head, "image": { "url": i } } ], "position": 1, "family": "presentation", "subtype": "image" }
AKSHAYAA VAIDYANATHAN
  • 2,715
  • 7
  • 30
  • 51
-2
votes
1 answer

Can I create a custom Front end and use Survey Monkey APIs as Backend?

Can I use SurveyMonkey APIs with a custom Front end for my website? Example - I create a page add questions and the make a API call to add question to the survey. Send the link to a user and fetch the survey to display on the page and submit the…
-3
votes
1 answer

Set up Rmonkey API key, secret, client id,redirect uri...still not working

I followed the directions on this page to set up my Mashery Survey Monkey account. I set my API key and secret options using their values on the app. I used my client ID, which I assume is my "display name" to set sm_client_id. I then used…
Brash Equilibrium
  • 1,357
  • 4
  • 14
  • 35
-4
votes
1 answer

Get campaign error while sending to recipients

I am working on the surveymonkey API and I am trying to send a message throw an email collector. The first send is ok but I get the error : 409 : Campaign status is completed when I send to a new contact. Do I have to create a new collector?
1 2 3
26
27