云客服-批量查询会议信息:报文样例

时间:2024-09-24 14:46:43

报文样例

  • 消息头
    Content-Type:application/json; charset=UTF-8
    Guid:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.AgentGateway1
  • 请求参数
    {
        "confIds": [
            1029888,
            1029889
        ]
    }
  • 响应参数
    {
        "message": "",
        "retcode": "0",
        "result": {
            "confs": [
                {
                    "confId": 1029888,
                    "confState": 0,
                    "startTime": 1475745454000,
                    "applyConfTime": 60,
                    "confHaveBeenTime": 29,
                    "addresses": [
                        {
                            "addressType": "6",
                            "address": "70005",
                            "deviceCallType": 0,
                            "deviceType": 0,
                            "channelAttrib": 3,
                            "channelState": 0,
                            "role": 0,
                            "enterTime": 1475745464000
                        },
                        {
                            "addressType": "9",
                            "address": "153",
                            "deviceCallType": 0,
                            "deviceType": 6,
                            "channelAttrib": 3,
                            "channelState": 0,
                            "role": 1,
                            "enterTime": 1475745454000
                        }
                    ]
                }
            ]
        }
    }
support.huaweicloud.com/api-ccfs-cec/cec_07_1300.html