跳到主要内容

获取问卷统计概况

重要提示

该功能为 尊享版 付费功能,如未升级,请先 升级 后再使用

接口概述

  • 功能:获取问卷统计概况
  • 请求方式:GET
  • 请求地址:/api/surveys/{survey_id}/report_overview?appid={appid}&access_token={access_token}

请求参数

参数名类型参数位置描述示例值
survey_idintegeruri问卷ID292192

响应参数

参数名类型描述
viewed_countinteger浏览量
collected_countinteger回收量
collected_ratefloat回收率

响应示例

{
"error": {
"type": ""
},
"data": {
"viewed_count": 6,
"collected_count": 6,
"collected_rate": 1
},
"code": "OK",
"request_id": "lVX5tIxeZlZ6Wov020241029164207"
}