SurveyMonkeyApi-v3 icon indicating copy to clipboard operation
SurveyMonkeyApi-v3 copied to clipboard

Library for querying SurveyMonkey's v3 API

Results 31 SurveyMonkeyApi-v3 issues
Sort by recently updated
recently updated
newest added

This exception was thrown when calling the GetSurveyDetails method.

When I use the Slider Control in the Survey, I get the following error: Any ideas? System.ArgumentException: Json property left_label_id doesn't exist on object QuestionDisplayOptions

I have created a survey on Survey Monkey. And added a custom variable. The collector is a weblink appending the custom variable to it. I want to check if a...

``` using (var api = new SurveyMonkeyApi("apiKey", "accessToken", null)) { //No retry behaviour - a WebException will be thrown if there is any error reaching the api } ``` Only...

Normally I would just chalk this up to a failure on survey monkey's end, but their status page shows no disruptions. Also, I can call the same method from postman...

Is there a working example of how to parse the answers from a multiple answer open ended question?

I got an error in method MatchResponseToSurveyStructure . e.g. `String '05/25/2020' was not recognized as a valid DateTime.` The question family is datetime and subtype is date_only

It would be nice to have async methods. Every http request blocks calling thread, when it is not required.

If there is one of the missing collectors configured, the program stops. So I added all of the ones I could configure currently. As I pulled the Quiz-PullRequest #71, this...

Does SurveyMonkeyApi-v3 allow me to create collectors and attach a recipient list and message to it to send out an email survey? v2 appears to have some of this functionality....