获取信息采集列表
POST
https://api.xiaoe-tech.com/xe.information.form.get/1.0.0
拥有此API的权限集 |
---|
推广员管理-查询推广员信息 |
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.xiaoe-tech.com/xe.information.form.get/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token": "xe_xxxxx",
"collect_start_time": "2020-01-01 00:00:00",
"collect_end_time": "2020-10-10 00:00:00",
"page": 1,
"page_size": 3
}'
响应示例响应示例
{
"code": 0,
"msg": "success",
"data": {
"form_list": [
{
"form_id": "in_Vx",
"form_name": "x",
"collect_count": 1,
"is_repeat": 0,
"synchronization": 0
},
{
"form_id": "in_xxxx",
"form_name": "hhhhh",
"collect_count": 1,
"is_repeat": 0,
"synchronization": 0
},
{
"form_id": "in_x",
"form_name": "x",
"collect_count": 1,
"is_repeat": 0,
"synchronization": 0
}
],
"total": 1907
}
}
请求参数
Body 参数application/json
返回响应
修改于 2022-03-30 08:04:59