获取用户上麦记录
开发中
POST
https://saas-open.vhall.com/v3/interacts/inav/get-speak-record
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://saas-open.vhall.com/v3/interacts/inav/get-speak-record' \
--header 'token;' \
--header 'platform: 15' \
--form 'webinar_id=""' \
--form 'app_key=""' \
--form 'sign_type=""' \
--form 'signed_at=""' \
--form 'sign=""'
响应示例响应示例
{
"code": 0,
"msg": null,
"data": {
"total": 0,
"list": [
{
"id": 0,
"webinar_user_id": 0,
"webinar_id": 0,
"start_time": "string",
"end_time": "string",
"nick_name": "string",
"role_name": "string",
"speak_time": "string",
"third_user_id": "string",
"email": "string",
"phone": "string"
}
]
}
}
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
token
string
必需
platform
integer
可选
默认值:
15
Body 参数multipart/form-data
webinar_id
string
房间id
pos
string
可选
limit
string
可选
app_key
string
必需
默认值:
{{app_key}}
sign_type
integer
必需
默认值:
{{sign_type}}
signed_at
integer
必需
默认值:
{{signed_at}}
sign
string
计算生成的签名值
默认值:
{{sign}}
返回响应
修改于 2025-06-09 15:29:44