如何使用Survey monkey API发布多个调查回复

时间:2018-05-22 05:15:12

标签: surveymonkey

我已经发布了一份调查回复调查猴这样的调查回复,保存在调查猴中。

POST https://api.surveymonkey.com/v3/collectors/{collector_id}/responses

json = {
  "custom_variables": {
    "custvar_1": "one",
    "custvar_2": "two"
  },
  "response_status": "completed",
  "custom_value": "custom identifier for the response",
  "date_created": "2015-10-06T12:56:55+00:00",
  "ip_address": "127.0.0.1",
  "recipient_id": "564728340",
{
  "pages": [{
    "id": "12345678",
    "questions": [
    {
        "answers": [{
            "choice_id": "12345678"
        }],
        "id": "12345678"
    },
    {
        "answers": [{
            "row_id": "12345678",
            "col_id": "12345678",
            "choice_id": "12345678"
        }],
        "id": "12345678"
    }]
  }]
}

我想在signle API调用中发布多个响应。有可能吗?

1 个答案:

答案 0 :(得分:0)

目前还没有一种方法可以使用SurveyMonkey API批量导入回复。

这可能会在未来出现,但目前没有ETA。