云客服-查询指定座席详细信息:样例报文

时间:2023-11-01 16:19:55

样例报文

  • 请求头:
    Content-Type: application/json;charset=UTF-8Authorization: ******************
  • 请求参数:
    {    "queryParam":    {        "ccId":1,         "vdn":1,        "agentId":101    }}
  • 响应参数:
    {    "result": "0",    "resultCode": "0100000",    "resultDatas": {        "workNo": 101,        "vdnId": 1,        "citStatus": 0,        "name": "HW35154101",        "phoneNumber": null,        "loginDate": 4294967295000,        "currentStateTime": 436879,        "mediaType": 0,        "status": 2    },    "resultDesc": {        "workNo": 101,        "vdnId": 1,        "citStatus": 0,        "name": "HW35154101",        "phoneNumber": null,        "loginDate": 4294967295000,        "currentStateTime": 436879,        "mediaType": 0,        "status": 2    }}
support.huaweicloud.com/api-ccfs-cec/cec_05_7239.html