客服负责人校验
请求方式: GET
请求路径:
https://prod.open-api.mysre.cn/szmc/wework-api/manage/check-scope-manager
| 参数名 | 参数位置 | 参数类型 | 必填 | 默认值 | 示例 | 描述 |
|---|---|---|---|---|---|---|
| o | query | string | 是 | 租户Code | ||
| privateKey | query | string | 是 | 用户privateKey | ||
| apply_scope | query | string | 是 | 集团 | 推送范围类型。可选值:集团、公司、项目 | |
| scope_id | query | array | 否 | 推送范围ID | ||
| page | query | string | 否 | 1 | ||
| pageSize | query | string | 否 | 10 |
get /wework-api/manage/check-scope-manager?o=retesting&privateKey=privateKey&apply_scope=公司&scope_id[]=xx-xxxx&page=1&pageSize=10
{"errcode":0,"errmsg":"ok","data":{"qw_check_res":false,"check_list":[{"id":"39fe182f-27b1-be6d-df0d-37c38e9d10d1","name":"测试项目","reason":"未设置企微客服负责人"}],"total":"1"}}
| 参数名 | 参数类型 | 描述 |
|---|---|---|
| qw_check_res | string | 校验结果 |
| check_list | string | 区域负责人状态列表 |
{"errcode":50001,"errmsg":"系统异常"}
| 参数名 | 参数类型 | 描述 |
|---|---|---|