获取发送记录
开发中
GET
https://saas-open.vhall.com/v3/interacts/notice/notice-record
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://saas-open.vhall.com/v3/interacts/notice/notice-record?webinar_id=&config_type=&pos=&limit=' \
--header 'platform: 15' \
--header 'Content-Type: application/x-www-form-urlencoded'
响应示例响应示例
{
"code": "string",
"msg": "string",
"data": {
"list": [
{
"nickname": "string",
"phone": "string",
"sms_source": "string",
"send_status": "string",
"send_time": "string",
"remark": "string",
"is_test": "string"
}
],
"total": "string",
"is_export": "string",
"succcess_num": "string",
"fail_num": "string"
}
}
请求参数
Query 参数
biz_id
string
可选
webinar_id
string
活动ID
config_type
string
必需
start_time
string
可选
end_time
string
可选
示例值:
结束时间
keyword
string
关键字模糊查询
pos
string
游标
limit
string
获取条数
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
platform
integer
可选
默认值:
15
返回响应
修改于 2025-06-10 02:41:54