获取企业级设置

获取企业级设置

1. 接口描述

接口名称:

/confopenapi/common/settings

发送方式:

POST

参数格式:

accept: application/json;content-type: application/json

2. 输入参数

3. 示例

返回示例

{
    "status": 0,
    "result": {
        "allowHideTitle": 0,
        "bigScreenScheduledUserShow": 0
    },
    "request_id": "uacserver-2887001392-1675839420.609630145.707",
    "reqid": "confopenapiserver-192.168.12.12-1675839412.862656600.81",
    "timestamp": 1675839412870,
    "request_duration": "7.7289095s"
}

4. 返回参数

参数名 类型 说明
status int 0:成功,非0失败
result json字符串 预约会议返回的结果

result参数说明

参数名 类型 说明
bigScreenScheduledUserShow int 大屏是否展示会议室预订人信息 0:不展示(默认),1:仅展示预定人姓名, 2:预定人所属部门, 3:展示预定人姓名+预定人所属部门

备注

  • 更多返回错误代码请看首页的错误代码描述