获取单个信息采集结果
POST
https://api.xiaoe-tech.com/xe.information.form.result.get/1.0.0
拥有此API的权限集 |
---|
推广员管理-查询推广员信息 |
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.xiaoe-tech.com/xe.information.form.result.get/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token": "xe_xxxxx",
"form_id": "in_xxx",
"resource_id": "i_xxx",
"collect_start_time": "2020-01-07 12:00:00",
"collect_end_time": "2020-01-07 12:00:00",
"page": 1,
"page_size": 3
}'
响应示例响应示例
{
"code": 0,
"msg": "success",
"data": {
"collection_list": [
{
"id": 207878371,
"user_id": "u_5ccxx54u",
"form_id": "in_axxV",
"user_nickname": "手机尾号5070",
"collect_time": "2021-07-27 16:22:20",
"form_name": "测试AI采集",
"extra": ""
},
{
"id": 207877528,
"user_id": "u_xxwK",
"form_id": "in_axxvVHV",
"user_nickname": "xx",
"collect_time": "2021-07-27 16:11:50",
"form_name": "xx",
"extra": ""
}
],
"total": 2
}
}
请求参数
Body 参数application/json
返回响应
修改于 2022-03-30 08:21:54