我使用surveyMonkey Post请求通过收集器ID发送调查回复。
https://api.surveymonkey.com/v3/collectors/225358337/responses
以Json为身体:
{
"pages": [
{
"id": "59320068",
"questions": [
{
"answers": [
{
"choice_id": "1505983632",
"row_id": "1505983630"
}
],
"id": "219164396"
}
]
服务器返回此错误:
{
"error": {
"docs": "https://developer.surveymonkey.com/api/v3/#error-codes",
"message": "Response id 0 does not exist.",
"id": "1020",
"name": "Resource Not Found",
"http_status_code": 404
}
}
为什么在查询中他希望得到答案的ID? 但是,Survey Monkey API提供了发送所有答案的请求?