The page at https://help.surveymonkey.com/articles/en_US/kb/Transitioning-to-SurveyMonkey-s-v3-API
says that what was
POST get_respondent_list
is now
GET /surveys/{id}/responses OR GET /collectors/{id}/responses
But the responses have NO respondent IDs.
https://developer.surveymonkey.com/api/v3/?python#surveys-id-responses-bulk
Where are they?
The respondent ID is labelled as just
id
in the body. Therespondent_id
is just calledresponse_id
in API V3, there is no distinction between a response and a respondent.For example in the list:
Or in the details,