Surveymonkey: Is there an API method that indicates if a survey has been completed by a user?

StackOverflow https://stackoverflow.com/questions/17822864

  •  04-06-2022
  •  | 
  •  

We are looking into using surveymonkey for our surveys. In the surveymonkey developer portal (https://developer.surveymonkey.com/), the site advises us to ask questions here.

Is there an API method / data point that indicates if a survey has been fully completed by a certain user?

Our (current) system rewards users (via an external API call) when the app 'knows' that the survey has been fully completed. How would I ascertain this if we were to create a web app that hooks in to the SM API?

有帮助吗?

解决方案

I believe you can get that information by first hitting : https://developer.surveymonkey.com/mashery/get_respondent_list

for the survey you are interested in.It will give you all the people who have responded to your survey and their status. The key you would be interested in would be "status" in the response. (Make sure to specify that you want the status in the "fields" param in the request.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top