surveymonkey

SurveyMonkey: How do you determine a survey's ID?


For a given survey, how do you determine its survey_id for use with the SurveyMonkey API?

A list of all IDs is returned by the API method get_survey_list, and you could subsequently call get_survey_details on each survey to determine which one is the intended one, but that seems needlessly complicated. There has to be a way to get a survey's ID from the My Surveys page, right?

Edit: Use get_survey_list with title as a fields parameter]1. Therefore using get_survey_details isn't necessary.


Solution

  • If you want to get the survey ID via the web page you can: