云客服-查询技能组下各种座席状态个数:样例报文

时间:2024-05-17 09:13:00

样例报文

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