surveymonkey

What are the expected values for the various “ENUM” types returned by the SurveyMonkey API?

与世无争的帅哥 提交于 2019-12-01 10:11:35
问题 There are multiple endpoints which return "ENUM" types, such as: the ENUM-integer language_id field from the get_survey_list and the get_survey_details endpoints the String-ENUM type field from the get_collector_list endpoint the String-ENUM collection_mode and status fields from the get_respondent_list endpoint I understand what this means but I don't see the possible values documented anywhere. So, to repeat the title: what are the possible values for each of these enums? 回答1: The language

Accessing SurveyMonkey API from VBA

和自甴很熟 提交于 2019-11-30 19:38:05
问题 I am tying to set-up a Excel VBA project to readout individual survey responses into a form in Excel for some calculations and then PDF reporting. However I have great difficulty to deploy the .NET library (SurveyMonkeyApi) to be available for reference in VBA. I have set up a VisualStudio project to test that way , and I can install it for that specific VS project (through NuGet PM). But the library is not made available for Excel on that machine. I have downloaded (on another machine) the

Unexpected json result while calling the surveymonkey api

独自空忆成欢 提交于 2019-11-28 14:39:56
When calling the surveymonkey api I'm using {\"survey_id\":\"47625442\"," +"\"fields[]\":\"['url']\"}" as the json data the server needs to complete my request. while it is returning the data it is required it is not returning the additional URL i believe i am requesting. Does anyone know why this wouldn't give me this back? EDIT https://developer.surveymonkey.com/mashery/get_collector_list this is the call im trying to make if this helps As was pointed out in the comments: Your JSON formatting is off, so the API doesn't understand that you're asking for the URL. For an understanding of what's

Is it possible to use OAuth 2.0 without a redirect server?

陌路散爱 提交于 2019-11-27 12:09:48
问题 I'm trying to create a local Java-based client that interacts with the SurveyMonkey API. SurveyMonkey requires a long-lived access token using OAuth 2.0, which I'm not very familiar with. I've been googling this for hours, and I think the answer is no, but I just want to be sure: Is it possible for me to write a simple Java client that interacts with the SurveyMonkey, without setting up my own redirect server in some cloud ? I feel like having my own online service is mandatory to be able to

Unexpected json result while calling the surveymonkey api

青春壹個敷衍的年華 提交于 2019-11-27 08:44:50
问题 When calling the surveymonkey api I'm using {\"survey_id\":\"47625442\"," +"\"fields[]\":\"['url']\"}" as the json data the server needs to complete my request. while it is returning the data it is required it is not returning the additional URL i believe i am requesting. Does anyone know why this wouldn't give me this back? EDIT https://developer.surveymonkey.com/mashery/get_collector_list this is the call im trying to make if this helps 回答1: As was pointed out in the comments: Your JSON