- 开发指南
- 基础接口
- 客户设置
- 消息推送
- 客户&线索&待分配
- 公海
- 企微组织架构
- 企微标签库
- 企业
- 合同
- 电商平台
- 营销
- 数据统计
- 内容访客
- 电销手机
- SOP任务
- 群发消息
- 管控
- 工单
- 素材
- 应用通知
- 附录
- 群数据
- 店主活码
- 通话列表
客户群发任务列表
开发中
POST
/api/v3/customerSend/getAllList
请求参数
Header 参数
appId
string
应用 appId
默认值:
{{appId}}
timestamp
string
请求时间戳
默认值:
{{timestamp}}
sign
string
请求消息签名值
默认值:
{{sign}}
appKey
string
应用 appKey
默认值:
{{appKey}}
Body 参数application/json
pageNo
integer
可选
pageSize
integer
可选
示例
{
"pageNo": 0,
"pageSize": 0
}
示例代码
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/customerSend/getAllList' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 0,
"pageSize": 0
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
message
string
必需
data
object
必需
result
array [object {4}]
必需
pageNo
integer
可选
pageSize
integer
必需
totalCount
integer
必需
currentPage
integer
必需
示例
{
"code": 0,
"message": "success",
"data": {
"result": [
{
"id": "51",
"taskName": "等北细体群价两",
"sendTime": "2008-08-04 23:53:45",
"content": "deserunt eu esse occaecat tempor"
},
{
"id": "98",
"taskName": "写解素快原问天",
"sendTime": "1974-06-08 07:53:24",
"content": "consequat exercitation ullamco incididunt aliqua"
},
{
"id": "63",
"taskName": "求取领真算也",
"content": "est dolor Excepteur cillum ipsum",
"sendTime": "2001-09-03 16:52:20"
},
{
"id": "75",
"taskName": "在理增广样三见",
"content": "labore voluptate adipisicing officia",
"sendTime": "2018-11-19 02:46:27"
},
{
"id": "100",
"taskName": "增治外拉",
"content": "non elit consectetur dolor do",
"sendTime": "1979-05-05 23:46:10"
}
],
"pageSize": 14,
"totalCount": 19,
"currentPage": 28,
"pageNo": 11
}
}
修改于 2024-07-09 07:16:16