在 Survey Monkey 中获取完整的调查回复

Get completed survey responses in Survey Monkey

是否可以从调查猴子那里得到完整的调查答复? 目前在 API 文档中我只看到

curl -i -X POST -H "Content-Type: application/json" -H "Authorization:bearer YOUR_ACCESS_TOKEN" https://api.surveymonkey.com/v3/surveys/{survey_id}/responses -d 

我还可以添加分页。 当我收到回复时,每个回复都有 "response_status": "xxxx" ,所以想知道是否有类似的操作:get completed survey responses.

curl -i -X GET -H "Content-Type: application/json" -H "Authorization:bearer YOUR_ACCESS_TOKEN" https://api.surveymonkey.com/v3/surveys/{survey_id}/responses?status=completed