拥有此API的权限集 |
---|
推广员管理-查询推广员信息 |
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
}
}