基本信息

请求URL:

  • https://cc.v-call.cn/api/group/open/page

请求方式:

  • GET

接口描述:

  • 列表-分页

请求参数

Query

参数名称 是否必须 示例 备注
name 名称
pageNo 页数 ,默认值1
pageSize 条数,默认值10
token 通过授权接口获取的token

请求示例

https://cc.v-call.cn/group/open/page?token=131231qweqweqwasd1231313

返回数据

名称 类型 是否必须 默认值 备注 其他信息
code string
msg string
data object
├ total integer format:int64
└ records object [] item 类型:object
    ├ sn string 技能组编号
    ├ name string 技能组名称
    ├ deptName string 部门名称
    ├ policy integer 策略:0:轮选;1:优先级;2:服务时长;3:服务次数
    ├ agentSnList string [] 座席编号集 item 类型:string
    ├ agentTotal integer 座席数量 format:int32
    ├ popupWindowUrl string 弹窗地址
    ├ caller string 默认主叫
    ├ agentAutoIdle integer 坐席自动空闲开关:0否1是
    ├ agentAutoIdleTime integer 坐席自动空闲时间,单位秒
    ├ agentMakeCall integer 坐席外呼开关:0否1是
    ├ remark string 备注

返回示例

    {
        "code": "0",
        "data": {
            "records": [
                {
                    "sn": "392ab8d7cb88893a451a3cebfa06e103",
                    "name": "测试技能组",
                    "deptName": "",
                    "policy": 3,
                    "agentTotal": 2,
                    "agentSnList": [
                        "98882da3ac28d8bd5ba8451ad18625ab",
                        "d0c13b2ccf0a6b165e899e3b69149325"
                    ],
                    "popupWindowUrl": null,
                    "caller": "95xxxx",
                    "agentAutoIdle": 0,
                    "agentAutoIdleTime": 0,
                    "agentMakeCall": "1",
                    "remark": ""
                }
            ],
            "total": 1
        },
        "msg": "success"
    }
文档更新时间: 2025-02-05 06:39   作者:梁泽文