云客服-批量查询座席状态下的座席个数:样例报文

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

样例报文

  • 请求头:
    Content-Type: application/json;charset=UTF-8
    Authorization: ******************
  • 请求参数:
    {
        "ccId":1,
        "vdn":170,
        "agentIds":[1031,1099]
    }
  • 响应参数:
    {
        "result": "0",
        "resultCode": "0100000",
        "resultDatas": {
            "workSubStateBegin": 0,
            "lateAdjust": 0,
            "usable": 1,
            "rest": 0,
            "setBusy": 0,
            "studying": 0,
            "occupy": 0,
            "idle": 1,
            "preoccupy": 0,
            "answering": 0,
            "talking": 0,
            "loginEd": 1
        },
        "resultDesc": {
            "workSubStateBegin": 0,
            "lateAdjust": 0,
            "usable": 1,
            "rest": 0,
            "setBusy": 0,
            "studying": 0,
            "occupy": 0,
            "idle": 1,
            "preoccupy": 0,
            "answering": 0,
            "talking": 0,
            "loginEd": 1
        }
    }
support.huaweicloud.com/api-ccfs-cec/cec_07_2568.html