{
"userIds": [
91
],
"deptIds": [
91
],
"groupIds": [
59,
74,
42
],
"startTime": "1997-07-16 13:19:53",
"endTime": "1977-10-27 16:56:14",
"size": 73,
"nextId": 25
}
curl --location --request POST '/api/v3/channelcode/list' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"userIds": [
91
],
"deptIds": [
91
],
"groupIds": [
59,
74,
42
],
"startTime": "1997-07-16 13:19:53",
"endTime": "1977-10-27 16:56:14",
"size": 73,
"nextId": 25
}'
{
"code": 0,
"message": "success",
"data": {
"channelcodes": [
{
"id": 27004,
"state": "分组_1_1_活码02",
"description": "分组_1_1_活码02",
"codeUrl": "https://wework.qpic.cn/wwpic/396673_0NHJxrUuSdyOitZ_1677663434/0",
"createTime": "2023-03-01 17:37:12",
"groupId": 527448137486400,
"groupName": "分组_1_1",
"creatorId": 389394161352768,
"users": [
1234,
34535
],
"backendUsers": [
1234,
34535
]
},
{
"id": 27003,
"state": "分组_1_1_活码01",
"description": "分组_1_1_活码01",
"codeUrl": "https://wework.qpic.cn/wwpic/726845_s-31mQCTQC2eWEx_1677585610/0",
"createTime": "2023-03-01 17:37:12",
"groupId": 527448137486400,
"groupName": "分组_1_1",
"creatorId": 389394161352768,
"users": [
389394161352768,
34535
],
"backendUsers": [
1234,
389394161352768
]
}
],
"nextId": 27003
}
}