群组类型 | 支持此 REST API |
Private | 不支持,同新版本中的 Work(好友工作群) |
Public | 不支持 |
ChatRoom | 不支持,同新版本中的 Meeting(会议群) |
AVChatRoom | 不支持 |
Community(社群) | 支持 |
https://xxxxxx/v4/group_open_http_svc/get_permission_group?sdkappid=88888888&identifier=admin&usersig=xxx&random=99999999&contenttype=json
参数 | 说明 |
xxxxxx | SDKAppID 所在国家/地区对应的专属域名: 中国: console.tim.qq.com 新加坡: adminapisgp.im.qcloud.com 首尔: adminapikr.im.qcloud.com 法兰克福: adminapiger.im.qcloud.com 硅谷: adminapiusa.im.qcloud.com 雅加达: adminapiidn.im.qcloud.com |
v4/group_open_http_svc/get_permission_group | 请求接口 |
sdkappid | 创建应用时即时通信 IM 控制台分配的 SDKAppID |
identifier | |
usersig | |
random | 请输入随机的32位无符号整数,取值范围0 - 4294967295 |
contenttype | 请求格式固定值为 json |
{"GroupId": "@TGS#_@TGS#cV6IHIIM62C4","Limit": 20,"Next": ""}
{"GroupId": "@TGS#_@TGS#cV6IHIIM62C4","PermissionGroupIdList": ["@PMG#_test_permission_group_with_topic","@PMG#_@PMG#cA7VPIIM62CJ"]}
字段 | 类型 | 属性 | 说明 |
GroupId | String | 必填 | 操作的群 ID |
PermissionGroupIdList | String | 选填 | 要获取的权限组列表,如果为空,则表示获取的是所有的权限组 |
Limit | Integer | 选填 | 一次最多获取多少个权限组的资料,不得超过20。用于分页获取所有权限组 |
Next | Integer | 选填 | 上一次拉取到的权限组位置,首次调用填写"",续拉使用返回中的 Next 值 |
{"ActionStatus": "OK","ErrorInfo": "","ErrorCode": 0,"PermissionGroupInfoList": [ // 返回的权限组资料,每一项代表一个权限组{"ErrorCode": 0, // 获取此权限组的结果"ErrorInfo": "","PermissionGroupId": "@PMG#_@PMG#cO4","PermissionGroupName": "test_permission_group","CustomString": "test_custom_string","Permission": 123,"MemberCount": 0 // 权限组中的人数},{"ErrorCode": 0,"ErrorInfo": "","PermissionGroupId": "@PMG#_@PMG#cP5","PermissionGroupName": "test_permission_group","CustomString": "test_custom_string","Permission": 123,"MemberCount": 0},{"ErrorCode": 0,"ErrorInfo": "","PermissionGroupId": "@PMG#_@PMG#cQ6","PermissionGroupName": "test_permission_group","CustomString": "test_custom_string","Permission": 123,"MemberCount": 0},// 下面省略多个权限组资料信息],"Next": ""}
{"ActionStatus": "OK","ErrorInfo": "","ErrorCode": 0,"PermissionGroupInfoList": [{"ErrorCode": 0,"ErrorInfo": "","PermissionGroupId": "@PMG#_test_permission_group_with_topic","PermissionGroupName": "test_permission_group","CustomString": "test_custom_string","Permission": 123,"MemberCount": 1},{"ErrorCode": 0,"ErrorInfo": "","PermissionGroupId": "@PMG#_@PMG#cP5","PermissionGroupName": "test_permission_group","CustomString": "test_custom_string","Permission": 123,"MemberCount": 0}],"Next": ""}
字段 | 类型 | 说明 |
ActionStatus | String | 请求处理的结果 OK:表示处理成功 FAIL:表示失败 |
ErrorCode | Integer | 错误码 0:表示成功 非0:表示失败 |
ErrorInfo | String | 错误信息 |
PermissionGroupInfoList | Array |
错误码 | 含义说明 |
10002 | 服务器内部错误,请重试 |
10003 | 请求命令字非法 |
10004 | 参数非法,请根据错误描述检查请求是否正确 |
10007 | 操作权限不足,例如没有创建权限组的权限 |
10010 | 群组不存在,或者曾经存在过,但是目前已经被解散 |
10015 | 群组 ID 非法,请检查群组 ID 是否填写正确 |
10016 | 开发者后台通过第三方回调拒绝本次操作 |
11000 | 请求的 sdkAppId 不支持社群或者不支持带有话题的社群,请申请或者配置后重新请求 |
110006 | 权限组不存在,或者曾经存在过,但是目前已经被解散 |
110008 | 权限组 ID 非法,请检查权限组 ID 是否填写正确 |
本页内容是否解决了您的问题?