- 开发指南
- 基础接口
- 客户设置
- 消息推送
- 客户&线索&待分配
- 公海
- 企微组织架构
- 企微标签库
- 企业
- 合同
- 电商平台
- 营销
- 数据统计
- 内容访客
- 电销手机
- SOP任务
- 群发消息
- 管控
- 工单
- 素材
- 应用通知
- 附录
- 群数据
- 店主活码
- 通话列表
查询朋友圈列表(边城体育)
POST
/api/v3/queryCircleList
请求参数
Header 参数
appId
string
应用 appId
默认值:
{{appId}}
timestamp
string
请求时间戳
默认值:
{{timestamp}}
sign
string
请求消息签名值
默认值:
{{sign}}
appKey
string
应用 appKey
默认值:
{{appKey}}
Body 参数application/json
pageNo
integer
页码
pageSize
integer
页数
示例
{
"key": "haha",
"taskType": "18",
"taskStatus": "1",
"timeType": 3,
"startTime": "2023-05-22 00:00",
"endTime": "2023-06-30 23:59",
"userIds": [
506370797799488
],
"pageNo": 1,
"pageSize": 50
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v3/queryCircleList' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "haha",
"taskType": "18",
"taskStatus": "1",
"timeType": 3,
"startTime": "2023-05-22 00:00",
"endTime": "2023-06-30 23:59",
"userIds": [
506370797799488
],
"pageNo": 1,
"pageSize": 50
}'
返回响应
🟢200成功
application/json
Body
code
integer
code
message
string
必需
data
object
必需
totalCount
integer
查询到的总数
pageSize
integer
页数
pageNo
integer
页码
result
array [object {18}]
必需
示例
{
"code": 0,
"message": "success",
"data": {
"totalCount": 682,
"pageSize": 50,
"pageNo": 1,
"result": [
{
"id": 542067360276544,
"contentText": "9999",
"content": "[{\"type\":2,\"hasMediaId\":1,\"imgList\":[{\"id\":11100,\"url\":\"https://dev.tanmarket.cn/fdfsServer/group1/M00/5F/DE/rBHDtmRmJS2AQo4FAAFbx1aVwqE335.png\",\"mediaId\":\"3DQPjB4ssWsDnGCjNCdQNEdJRVYo_BXfdI4MDxT43qwWaRbrTrgNTTpds23QYJs1g\",\"fileName\":\"联想截图_20230511151250.png\",\"type\":1,\"corpid\":\"ww9c5530210a0d5116\",\"createTime\":\"2023-05-21 11:20:00\",\"sign\":\"ff973f6b8e587e375869bd9bd5b99f15\",\"updateKey\":1684722828961,\"fileCover\":\"https://dev.tanmarket.cn/fdfsServer/group1/M00/5F/DE/rBHDtmRmJS2AQo4FAAFbx1aVwqE335.png!m80x80.png\",\"uid\":1684722828520,\"status\":\"success\"}]},{\"momentsContent\":\"9999\",\"type\":1}]",
"taskType": 6,
"taskStatus": 1,
"completionRate": "0.00%",
"completionSituation": "0/1",
"sendCustomerSituation": "0/1",
"customerLikeCount": 0,
"customerCommentCount": 0,
"startTime": "2023-05-22 00:00",
"endTime": "2023-06-30 23:59",
"creator": {
"id": 389394161352768,
"name": "admin",
"deleted": 0,
"accountType": 0
},
"gmtCreateTime": "2023-05-22 10:35",
"isOperation": true,
"source": 0,
"creatorName": "admin",
"creatorDeptNames": "探马企服"
},
{
"id": 542066837743680,
"contentText": "33333333",
"content": "[{\"type\":2,\"hasMediaId\":1,\"imgList\":[{\"id\":11100,\"url\":\"https://dev.tanmarket.cn/fdfsServer/group1/M00/5F/DE/rBHDtmRmJS2AQo4FAAFbx1aVwqE335.png\",\"mediaId\":\"3DQPjB4ssWsDnGCjNCdQNEdJRVYo_BXfdI4MDxT43qwWaRbrTrgNTTpds23QYJs1g\",\"fileName\":\"联想截图_20230511151250.png\",\"type\":1,\"corpid\":\"ww9c5530210a0d5116\",\"createTime\":\"2023-05-21 11:20:00\",\"sign\":\"ff973f6b8e587e375869bd9bd5b99f15\",\"updateKey\":1684722531836,\"fileCover\":\"https://dev.tanmarket.cn/fdfsServer/group1/M00/5F/DE/rBHDtmRmJS2AQo4FAAFbx1aVwqE335.png!m80x80.png\",\"uid\":1684722531144,\"status\":\"success\"}]},{\"momentsContent\":\"33333333\",\"type\":1}]",
"taskType": 6,
"taskStatus": 1,
"completionRate": "0.00%",
"completionSituation": "0/61",
"sendCustomerSituation": "0/191",
"customerLikeCount": 0,
"customerCommentCount": 0,
"startTime": "2023-05-22 00:00",
"endTime": "2023-06-30 23:59",
"creator": {
"id": 389394161352768,
"name": "admin",
"deleted": 0,
"accountType": 0
},
"gmtCreateTime": "2023-05-22 10:31",
"isOperation": true,
"source": 0,
"creatorName": "admin",
"creatorDeptNames": "探马企服"
}
]
}
}
修改于 2024-07-12 03:53:27