错误码 | 说明 |
---|---|
21901 | 自定义表单参数校验失败 |
21902 | 自定义表单数据查询失败 |
调用此接口需购买基础席位。 |
curl --location --request GET 'https://open.weibanzhushou.com/open-api/smart_form/form/user/submit/list?form_id=842&u_id=768&access_token='
{
"errcode": 0,
"errmsg": "ok",
"result": [
{
"id": 2389,
"deleted": false,
"form_id": 842,
"scr_id": 768,
"time_spent": 5,
"component_value_list": [
{
"relation_id": 1423,
"component_id": 3883,
"component_type": "radio",
"title": "性别",
"value": "",
"values": [
"男"
]
}
]
}
],
"total": 1
}