2

for our scopes we need to use unique ID generated by us for the answers submitted by users. This is possible by adding "?c=" at the end of the survey link followed by the ID number.

Example Format: http://www.surveymonkey.com/s/XXXXX?c=00001

The terrific problem is that the custom value is not returned anyway via API. It is not added as a property of the Answer object neither its value replaces somehow the respondant_id property.

We see that you are able to expose that data from your internal endpoints that you use for your proprietary web interface but how to get this data from he outside via API?

Thanks

4

1 回答 1

4

当您调用“get_respondent_list”时,请确保您通过“fields”参数的字符串列表中的“custom_id”。然后,这将在输出中返回您输入的自定义值。

于 2013-11-09T22:47:06.917 回答