0

谁能告诉我他们是否确定调查猴子的 api 是否有能力返回与其指定的唯一 ID 规范相关联的唯一 ID:http: //help.surveymonkey.com/articles/en_US/kb/Can- I-track-respondents-using-a-unique-ID

它在上述链接中说明了有关查看此内容的以下内容:

当这些结果在调查中返回时,“00001”的自定义 ID 将出现在“分析”>“浏览响应”部分的“自定义值”字段中 。

但是,我在 API 文档中找不到任何提及从他们的 API 返回的数据: https ://developer.surveymonkey.com

4

1 回答 1

0

可以通过将“custom_id”作为请求字段发送到“get_respondent_list”来检索它:

https://developer.surveymonkey.com/mashery/get_respondent_list

然后它将出现在受访者字典中的“custom_id”字段中。

于 2014-01-13T19:50:20.443 回答