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