回放列表
开发中
POST
https://saas-open.vhall.com/v3/webinars/record/get-list
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://saas-open.vhall.com/v3/webinars/record/get-list' \
--header 'token;' \
--header 'need_sign;' \
--header 'platform: 15' \
--form 'webinar_id=""' \
--form 'pos=""' \
--form 'limit=""' \
--form 'app_key=""' \
--form 'sign_type=""' \
--form 'signed_at=""' \
--form 'sign=""'
响应示例响应示例
{
"code": 0,
"msg": "string",
"data": {
"total": 0,
"list": [
{
"id": 0,
"webinar_id": 0,
"name": "string",
"user_id": 0,
"pv": 0,
"save_time": "string",
"msg_url": "string",
"audio_url": "string",
"phone_domain_type": "string",
"type": 0,
"old_id": 0,
"img_url": "string",
"created_at": "string",
"updated_at": "string",
"deleted_at": null,
"duration": 0,
"way": 0,
"status": 0,
"source": 0,
"preview_url": "string",
"is_delscript": 0,
"quality": "string",
"errorno": 0,
"audit_status": 0,
"transcode_status": 0,
"transcode_code": 0,
"storage": 0,
"offline_msg": null,
"video_points": 0,
"source_url": "string",
"transcode_result": "string",
"percent": 0,
"is_ftp_upload": 0,
"paas_record_id": "string",
"doc_status": 0,
"encrypt_status": 0,
"switch_id": "string",
"group_record_num": "string",
"is_rehearsal": "string"
}
]
}
}
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
token
string
必需
need_sign
string
必需
platform
string
必需
Body 参数multipart/form-data
webinar_id
string
活动id
pos
string
起始位置 默认0
limit
string
必需
source
string
可选
app_key
string
必需
默认值:
{{app_key}}
sign_type
integer
必需
默认值:
{{sign_type}}
signed_at
integer
必需
默认值:
{{signed_at}}
sign
string
计算生成的签名值
默认值:
{{sign}}
返回响应
修改于 2025-05-28 05:26:11