| HTTP状态码 | 错误码 | 描述 | 排查建议 |
|---|---|---|---|
| 500 | 121001 | internal error | 服务器内部错误,如果重试无效可联系管理员 |
| 400 | 121002 | not support | 暂不支持该功能 |
| 400 | 121003 | param error | 参数错误,检查参数的取值范围(请按照上面字段说明自查) |
| 404 | 121004 | data not exist | 请求的数据不存在 |
| 403 | 121005 | no permission | 无权限进行该操作,建议检查token类型、操作者身份以及资源的归属 |
curl --location --request GET '/vc/v1/reserves/6911188411932033028?user_id_type=open_id' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "success",
"data": {
"reserve": {
"id": "6911188411934973028",
"meeting_no": "112000358",
"url": "https://vc.feishu.cn/j/337736498",
"app_link": "https://applink.feishu.cn/client/videochat/open?source=openplatform&action=join&idtype=reservationid&id={?}&preview={?}&mic={?}&speaker={?}&camera={?}",
"live_link": "https://meetings.feishu.cn/s/1gub381l4gglv",
"end_time": "1608883322",
"expire_status": 0,
"reserve_user_id": "ou_3ec3f6a28a0d08c45d895276e8e5e19b",
"meeting_settings": {
"topic": "my meeting",
"action_permissions": [
{
"permission": 1,
"permission_checkers": [
{
"check_field": 1,
"check_mode": 1,
"check_list": [
"ou_3ec3f6a28a0d08c45d895276e8e5e19b"
]
}
]
}
],
"meeting_initial_type": 1,
"call_setting": {
"callee": {
"id": "ou_3ec3f6a28a0d08c45d895276e8e5e19b",
"user_type": 1,
"pstn_sip_info": {
"nickname": "dodo",
"main_address": "+86-02187654321"
}
}
},
"auto_record": true,
"assign_host_list": [
{
"user_type": 1,
"id": "ou_3ec3f6a28a0d08c45d895276e8e5e19b"
}
]
}
}
}
}