获取单场会议会后报告数据
获取单场会议会后报告数据
1. 接口描述
接口名称:
/conference/report/getReportData
发送方式:
POST
参数格式:
accept: application/json;content-type: application/json
2. 输入参数
Http Header
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
token | 是 | 接口调用鉴权参数 | 也可以放在http body中 |
Http Body
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
conferenceId | 是 | string | 要获取哪场会议的报告就传递该场会议的conferenceId |
userId | 是 | int | 该场会议的主持人的userId |
传参示例
{
"conferenceId": "1231232",
"userId": 2162625
}
3. 返回参数
参数名 | 类型 | 说明 |
---|---|---|
stauts | int64 | 0:成功,其他值:失败 |
summary | array | 会议概览 |
confTitle | string | 会议标题 |
startTime | string | 会议开始时间 |
endTime | string | 会议结束时间 |
totalCount | int | 入会人数(去除了重复入会次数) |
inviteCount | int | 邀请人数 |
inviteAttendedCount | int | 邀请人的入会人数 |
attendeePercentage | string | 出席率,inviteAttendedCount/inviteCount:"14%" |
rollcallNum | int | 签到点名次数 |
rollcallAnswer | array | 签到点名应答详情-见签到点名详情 |
videoRollcallNum | int | 视频点名次数 |
videoRollcallAnswer | array | 视频点名应答详情-见签到点名详情 |
handsupCount | int | 举手人数 |
handsupPercentage | int | 举手人数占比 |
attendees | array | 参会人入会明细,见参会人明细 |
invitees | array | 邀请人入会信息,见邀请人入会明细 |
live | array | 直播明细,见直播明细 |
rollcall | array | 签到点名明细,见签到点名明细 |
videoRollcall | array | 视频点名明细,见视频点名明细 |
handsup | array | 举手明细,见举手明细 |
签到点名详情
参数名 | 类型 | 说明 |
---|---|---|
num | int | 签到点名应答次数 |
percentage | string | 签到点名应答占点名总数的百分比 |
参会人明细
参数名 | 类型 | 说明 |
---|---|---|
name | string | 名字 |
groupName | string | 组名 |
mobile | string | 手机 |
string | 邮箱 | |
role | int | 0:参会人,1:主持人 |
joinTime | string | 入会时间 |
totalTIme | string | 入会时长 |
offlineTime | string | 离会时间 |
clientType | string | pc,phone,从手机还是pc端入会 |
accessType | string | 语音连接方式:voip:网络语音,phone:电话语音 |
ip | string | 用户入会ip地址或者电话,如果用户数据端入会后使用电话语音,还包含了入会的电话号码:“183.186.246.249 17694879663”,如果用户使用电话入会:“17694879663”,显示电话号码,如果用户使用电脑语音,显示ip地址“183.186.246.249” |
phoneTime | string | 电话语音时长 |
voipTime | string | 网络语音时长 |
city | string | 用户所在地区:国家-城市-区 |
extType | int | 扩展类型 0:无(默认) 1:qq,2:微信,3:云直播 |
extName | string | 扩展名,和扩展类型配合使用 |
邀请人入会明细
参数名 | 类型 | 说明 |
---|---|---|
attend | int | 0:未入会,1:出席 |
name | string | 名字 |
groupName | string | 组名 |
mobile | string | 手机 |
string | 邮箱 | |
role | int | 0:参会人,1:主持人 |
joinTime | string | 入会时间 |
totalTIme | string | 入会时长 |
offlineTime | string | 离会时间 |
clientType | string | pc,phone,从手机还是pc端入会 |
accessType | string | 语音连接方式:voip:网络语音,phone:电话语音 |
ip | string | 用户入会ip地址或者电话,如果用户数据端入会后使用电话语音,还包含了入会的电话号码:“183.186.246.249 17694879663”,如果用户使用电话入会:“17694879663”,显示电话号码,如果用户使用电脑语音,显示ip地址“183.186.246.249” |
phoneTime | string | 电话语音时长 |
voipTime | string | 网络语音时长 |
直播观看明细
参数名 | 类型 | 说明 |
---|---|---|
name | string | 名字 |
mobile | string | 手机 |
joinTime | string | 进入时间 |
offlineTime | string | 退出时间 |
totalTime | string | 观看时长 |
deviceType | string | 观看方式:pc或phone |
browserName | string | 观看使用的浏览器 |
ip | string | 用户接入ip地址 |
city | string | 用户所在地区:国家-城市-区 |
extInfo | array | 扩展信息 |
签到点名明细
参数名 | 类型 | 说明 |
---|---|---|
name | string | 名字 |
mobile | string | 手机 |
string | 邮箱 | |
groupName | string | 组名 |
Answered | int数组 | 应答数组,数组长度表示点名的次数,值表示是否应答,0:没有应答,1:应答,比如[0,1],表示点名了2次,第1次未应答,第2次应答。 |
extType | int | 扩展类型 0:无(默认) 1:qq,2:微信,3:云直播 |
extName | string | 扩展名,和扩展类型配合使用 |
视频点名明细 同签到点名明细
举手明细
参数名 | 类型 | 说明 |
---|---|---|
name | string | 名字 |
mobile | string | 手机 |
string | 邮箱 | |
groupName | string | 组名 |
createTime | int | 举手时间 |
extType | int | 扩展类型 0:无(默认) 1:qq,2:微信,3:云直播 |
extName | string | 扩展名,和扩展类型配合使用 |
备注
- 更多返回错误代码请看首页的错误代码描述
返回示例
{
"status": 0,
"result": {
"summary": {
"confTitle": "测试会议1",
"startTime": "2020-08-10 13:31:11 ",
"endTime": "2020-08-10 15:51:16",
"totalNum": 2
},
"attendees": [{
"name": "徐杰",
"groupName": "数据组",
"mobile": "18766774523",
"email": " 088413@sf-express.net.cn",
"role": 0,
"joinTime": "2020-08-10 14:46:25",
"offlineTime": "2020-08-10 15:46:35",
"totalTime": "01:00:10",
"clientType": "pc",
"accessType": "voip",
"ip": "219.130.113.9 13829267807",
"phoneTime": "",
"voipTime": "01:00:00"
},
{
"name": "孙海山",
"groupName": "未分组",
"mobile": "1391233564",
"email": "088411@sf-express.net.cn",
"role": 1,
"joinTime": "2020-08-10 13:56:44",
"offlineTime": "2020-08-10 15:51:14",
"totalTime": "01:54:30",
"clientType": "phone",
"accessType": "phone",
"ip": "1391233564",
"phoneTime": "01:54:30",
"voipTime": ""
}
],
"invitees": [{
"name": "徐杰",
"groupName": "数据组",
"mobile": "18766774523",
"email": " 088413@sf-express.net.cn",
"role": 0,
"joinTime": "2020-08-10 14:46:25",
"offlineTime": "2020-08-10 15:46:35",
"totalTime": "01:00:10",
"clientType": "pc",
"accessType": "voip",
"ip": "219.130.113.9 13829267807",
"phoneTime": "",
"voipTime": "01:00:00",
"attend": 1
},
{
"name": "孙海山",
"groupName": "未分组",
"mobile": "1391233564",
"email": "088411@sf-express.net.cn",
"role": 1,
"joinTime": "2020-08-10 13:56:44",
"offlineTime": "2020-08-10 15:51:14",
"totalTime": "01:54:30",
"clientType": "pc",
"accessType": "phone",
"ip": "1391233564",
"phoneTime": "01:54:30",
"voipTime": "",
"attend": 1
},
{
"name": "邝小军",
"groupName": "未分组",
"mobile": "75725566201",
"email": "088416@sf-express.net.cn",
"role": 0,
"joinTime": "",
"offlineTime": "",
"totalTime": "",
"clientType": "",
"accessType": "",
"ip": "",
"phoneTime": "",
"voipTime": "",
"attend": 0
}
],
"live": [{
"name": "邝小军",
"mobile": "75725566201",
"joinTime": "2020-08-05 08:56:12",
"offlineTime": "2020-08-05 16:16:15",
"deviceType": "pc",
"totalTime": "07:45:03",
"browserName": "Chrome Mobile",
"ip": "112.251.4.203, 10.90.42.237",
"city": "中国-北京"
},
{
"name": "孙海山",
"mobile": "",
"joinTime": "2020-08-05 07:50:12",
"offlineTime": "2020-08-05 15:51:15",
"deviceType": "phone",
"totalTime": "08:01:03",
"browserName": "Chrome Mobile",
"ip": "112.251.4.203, 10.90.42.237",
"city": "广东-深圳"
}
],
"handsup": [],
"invitees": [],
"live": null,
"rollcall": [],
"summary": {
"attendeePercentage": "",
"confTitle": "中台早会",
"endTime": "2021-07-19 10:24:53",
"handsupCount": 0,
"handsupPercentage": "",
"inviteAttendedCount": 0,
"inviteCount": 0,
"rollcallAnswer": [],
"rollcallNum": 0,
"startTime": "2021-07-19 09:59:48",
"totalCount": 13,
"videoRollcallAnswer": [],
"videoRollcallNum": 0
},
"videoRollcall": []
},
"msg": "confspaceserver-10.90.158.147-1626661895.95962844.988",
"request_id": "confopenapiserver-10.90.154.171-1626661895.32156752.375",
"reqid": "confopenapiserver-10.90.154.171-1626661895.32156752.375",
"timestamp": 1626661895032,
"content_type": "application/json",
"request_duration": "236.98775ms"
}
*返回示例 会议不存在 *
{
"status": 50709,
"msg":"conference does not exist 8762238 or get conference failed",
"content_type": "application/json"
}