2.9 技能组标准管理

2.9.1 添加标准技能组

基本信息
Path: /api/v1/config/openapi/group/common/createGroup
Method: POST
接口描述:
请求参数
Headers
参数名称参数值是否必须示例备注
Content-Typeapplication/json  
tokenImixBz8ebhRDCmBKaq70jHMjU3xt1Pkai9SAsOFjN2z6RpX8cTPr1/gEFkssjRFY  
Body
名称类型是否必须默认值备注其他信息
 abbreviatestring必须 企业缩写 
 afterIntervalinteger非必须0话后自动空闲间隔时长(默认0秒)最小值: 0
 assignTypeinteger非必须3技能组分配策略 0:轮询;1:最长空闲时间优先;2:最长平均空闲时间优先;3:最少应答次数优先;(默认)4:最少通话时长优先;最大值: 4
最小值: 0
 groupTypeinteger非必须 1, 普通技能组(默认) 2 预测技能组 
 groupnamestring必须 技能组名称 
 isHidePhoneinteger非必须0是否隐藏号码 0否(默认) 1是最大值: 1
最小值: 0
 isaudiointeger非必须1语音服务1:支持(默认)当前只能为 1
 ismessageinteger非必须1即时消息 0:不支持;1:支持(默认)最大值: 1
最小值: 0
 judgeinteger非必须0是否开启自动转服务评价 0 否(默认) 1是最大值: 1
最小值: 0
 memostring非必须   
 overflowStrategyNamestring非必须 溢出策略名称 
 priorityinteger非必须 优先级 默认100 
 showcallerstring非必须 显号 
返回数据
名称类型是否必须默认值备注其他信息
 codeinteger必须 返回码 
 msgstring必须 返回说明 

2.9.2 删除标准技能组

基本信息
Path: /api/v1/config/openapi/group/common/deleteGroup
Method: POST
接口描述:
请求参数
Headers
参数名称参数值是否必须示例备注
Content-Typeapplication/json  
tokenImixBz8ebhRDCmBKaq70jHMjU3xt1Pkai9SAsOFjN2z6RpX8cTPr1/gEFkssjRFY  
Body
名称类型是否必须默认值备注其他信息
 abbreviatestring必须 企业缩写 
 groupnamestring必须 技能组名称 
返回数据
名称类型是否必须默认值备注其他信息
 codeinteger必须 返回码 
 msgstring必须 返回说明 

2.9.3 修改标准技能组

基本信息
Path: /api/v1/config/openapi/group/common/editGroup
Method: POST
接口描述:
请求参数
Headers
参数名称参数值是否必须示例备注
Content-Typeapplication/json  
tokenImixBz8ebhRDCmBKaq70jHMjU3xt1Pkai9SAsOFjN2z6RpX8cTPr1/gEFkssjRFY  
Body
名称类型是否必须默认值备注其他信息
 abbreviatestring必须 企业缩写 
 afterIntervalinteger非必须 话后自动空闲间隔时长(默认0秒)最小值: 0
 assignTypeinteger非必须 技能组分配策略 0:轮询;1:最长空闲时间优先;2:最长平均空闲时间优先;3:最少应答次数优先;4:最少通话时长优先;最大值: 4
最小值: 0
 groupTypeinteger非必须 1, 普通技能组 2 预测技能组最大值: 2
最小值: 1
 groupnameinteger必须 技能组名称 
 isHidePhoneinteger非必须 是否隐藏号码 0否 1是最大值: 1
最小值: 0
 isaudiointeger非必须 语音服务 0:不支持;1:支持最大值: 1
最小值: 0
 ismessageinteger非必须 即时消息 0:不支持;1:支持最大值: 1
最小值: 0
 judgeinteger非必须 是否开启自动转服务评价 0 否 1是最大值: 1
最小值: 0
 memostring非必须   
 overflowStrategyNamestring非必须 溢出策略名称 
 priorityinteger非必须 优先级 默认100 
 showcallerstring非必须 显号 
返回数据
名称类型是否必须默认值备注其他信息
 codeinteger必须 返回码 
 msgstring必须 返回说明 
 

2.9.4 查询标准技能组

基本信息
Path: /api/v1/config/openapi/group/common/findGroupList
Method: POST
接口描述:
请求参数
Headers
参数名称参数值是否必须示例备注
Content-Typeapplication/json  
tokenImixBz8ebhRDCmBKaq70jHMjU3xt1Pkai9SAsOFjN2z6RpX8cTPr1/gEFkssjRFY  
Body
名称类型是否必须默认值备注其他信息
 abbreviatestring必须 企业缩写 
 groupnamestring非必须 技能组名称 
 pageNumberinteger非必须1页数最小值: 1
 pageSizeinteger非必须10页大小最大值: 100
最小值: 10
返回数据
名称类型是否必须默认值备注其他信息
 msgstring必须 返回消息 
 codeinteger必须 返回码 
 dataobject非必须   
├─ resultobject []非必须  item 类型: object
result├─ idinteger非必须 技能组id 
result├─ companyIdinteger非必须 企业id 
result├─ groupnamestring非必须 技能组名称 
result├─ queuetimeoutinteger非必须 最大排队超时时间 
result├─ ismemoryinteger非必须 技能组内座席开启座席记忆功能 【0:不开启。1:开启】 
result├─ isaudiointeger非必须 语音服务:0:不支持;1:支持 
result├─ ismessageinteger非必须 即时消息:0:不支持;1:支持 
result├─ memostring非必须 备注 
result├─ showcallerstring非必须 外显号码 
result├─ judgeinteger非必须 是否需要服务评价 0 否 1是 
result├─ afterIntervalinteger非必须 话后自动空闲间隔时长 
result├─ priorityinteger非必须 优先级 
result├─ groupTypeinteger非必须 1普通技能组 2 预测技能组 
result├─ assignTypeinteger非必须 技能组分配策略 0:轮询;1:最长空闲时间优先;2:最长平均空闲时间优先;3:最少应答次数优先;4:最少通话时长优先; 
result├─ overQueueTimeOutinteger非必须 技能组溢出策略超时时间 
result├─ skillIdinteger非必须 技能组绑定的技能id 
result├─ groupOperatorCountinteger非必须 技能组坐席总数 
├─ groupOperatorInfoListobject []非必须 技能组关联坐席的信息item 类型: object
groupOperatorInfoList├─ idinteger非必须 坐席id 
groupOperatorInfoList├─ operatorIdstring非必须 坐席工号 
groupOperatorInfoList├─ levelstring非必须 技能等级 
├─ pageSizeinteger非必须 页大小 
├─ totalinteger非必须 总记录数 
├─ pageNumberinteger非必须 页数 
├─ pageTotalinteger非必须 页大小 

2.9.5 技能组技能关联坐席

基本信息
Path: /api/v1/config/openapi/group/common/groupAddOperators
Method: POST
接口描述:
请求参数
Headers
参数名称参数值是否必须示例备注
Content-Typeapplication/json  
tokenImixBz8ebhRDCmBKaq70jHMjU3xt1Pkai9SAsOFjN2z6RpX8cTPr1/gEFkssjRFY  
Body
名称类型是否必须默认值备注其他信息
 abbreviatestring必须 企业缩写 
 countinteger必须 添加总数 
 groupnamestring必须 技能组名称 
 levelinteger非必须 等级 
 operatorIdsstring []必须 坐席工号列表item 类型: string
├─ 非必须 工号 
返回数据
名称类型是否必须默认值备注其他信息
 codeinteger必须 返回码 
 msgstring必须 返回说明 

2.9.6 技能组技能删除坐席

基本信息
Path: /api/v1/config/openapi/group/common/groupDeleteOperators
Method: POST
接口描述:
请求参数
Headers
参数名称参数值是否必须示例备注
Content-Typeapplication/json  
tokenImixBz8ebhRDCmBKaq70jHMjU3xt1Pkai9SAsOFjN2z6RpX8cTPr1/gEFkssjRFY  
Body
名称类型是否必须默认值备注其他信息
 abbreviatestring必须 企业缩写 
 countinteger必须 解除总数 
 groupnamestring必须 技能组名称 
 operatorIdsstring []必须 坐席工号列表item 类型: string
├─ 非必须 工号 
返回数据
名称类型是否必须默认值备注其他信息
 codeinteger必须 返回码 
 msgstring必须 返回说明