Skip to main content
Version: v23.10

获取问卷统计概况

接口概述

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

请求参数

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

响应参数

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

响应示例

{
"code": "OK",
"error": {
"type": ""
},
"data": {
"viewed_count": 46,
"collected_count": 41,
"collected_rate": 0.8913044
},
"request_id": "573b8c19-c0d7-4287-bc01-63435e834e52"
}