获取管理中心免登陆链接
获取管理中心免登陆链接
1. 接口描述
接口名称:
/confopenapi/admin/getAdminLink
发送方式:
POST
参数格式:
accept: application/json;content-type: application/json
2. 输入参数
Http Header
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
token | 是 | 接口调用鉴权参数 | 也可以放在http body中 |
Http Body
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
to | 是 | Int | 1:管理中心首页地址 2:管理中心仪表盘监控地址, 3: 会议监控地址, 需要传eventId参数,4:会议列表,5:视频会议终端,6:H323/SIP设备,7:设备管理,8:高级设置,9:系统设置,10:数据大厅: |
userId | 是 | Int | 管理员全时用户ID |
eventId | 是 | Int | 全时会议ID, to=3时必传 |
请求示例
{
"to": 1
}
3. 返回参数
参数名 | 类型 | 说明 |
---|---|---|
status | int | 0:成功,非0失败 |
result | string | 请求结果 |
request_id | string | 请求ID |
result 说明
参数名 | 类型 | 说明 |
---|---|---|
url | int | 管理中心地址 |
返回示例
{
"status": 0,
"result": {
"url": "http://testweb.quanshi.com/eamscenter/thirdLogin?token=f9ce0fa4-c091-4046-82bd-2585349ec908&redirectUrl=%2Fdashboard%2Fmeeting%2F239717775%2Fdetail&type=1&isHideType=1"
}
"request_id": "confopenapiserver-10.1.89.6-1653643421.463239100.81",
"timestamp": 1653643421463,
"request_duration": "37.8401643s"
}