- 开发指南
- 基础接口
- 客户设置
- 消息推送
- 客户&线索&待分配
- 公海
- 企微组织架构
- 企微标签库
- 企业
- 合同
- 电商平台
- 营销
- 营销内容
- 企微获客
- 渠道活码
- 渠道活码 Copy
- 一客一码
- 问答库
- 获客活动
- 数据统计
- 内容访客
- 电销手机
- SOP任务
- 群发消息
- 管控
- 工单
- 素材
- 应用通知
- 附录
- 群数据
- 店主活码
- 通话列表
营销内容标签查询
POST
/api/v3/content/tag/list
请求参数
Header 参数
appId
string
应用 appId
默认值:
{{appId}}
timestamp
string
请求时间戳
默认值:
{{timestamp}}
sign
string
请求消息签名值
默认值:
{{sign}}
appKey
string
应用 appKey
默认值:
{{appKey}}
Body 参数application/json
startTime
string
必需
endTime
string
必需
tagIds
array[string]
必需
示例
{
"startTime": "string",
"endTime": "string",
"tagIds": [
"string"
]
}
示例代码
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/content/tag/list' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"startTime": "string",
"endTime": "string",
"tagIds": [
"string"
]
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
message
string
必需
data
array [object {7}]
必需
id
integer
必需
corpid
string
必需
salesId
integer
必需
customerId
integer
必需
tagId
string
必需
eventTime
string
必需
contentId
string
必需
示例
{
"code": 0,
"message": "success",
"data": [
{
"id": 1389287,
"corpid": "wwd074f3968f56dcb0",
"salesId": 528469526159680,
"customerId": 555726666031264,
"tagId": "39a0f0c2cf1b11ef83b052540047ba1b:2l",
"eventTime": "2025-01-20 10:05:03.407454",
"contentId": "e6b31fc1cf1b11ef83b052540047ba1b"
},
{
"id": 1389288,
"corpid": "wwd074f3968f56dcb0",
"salesId": 528469526159680,
"customerId": 555726666031264,
"tagId": "03f5dc1f6ffc11ee95c700163e06cc86:2l",
"eventTime": "2025-01-20 14:37:32.596734",
"contentId": "a4f9229bd25411efa9e4525400b24eed"
},
{
"id": 1389297,
"corpid": "wwd074f3968f56dcb0",
"salesId": 445499900074176,
"customerId": 642958706450624,
"tagId": "39a0f0c2cf1b11ef83b052540047ba1b:2l",
"eventTime": "2025-01-20 18:16:00.301908",
"contentId": "e6b31fc1cf1b11ef83b052540047ba1b"
},
{
"id": 1389290,
"corpid": "wwd074f3968f56dcb0",
"salesId": 445499900074176,
"customerId": 612178987567136,
"tagId": "39a0f0c2cf1b11ef83b052540047ba1b:2l",
"eventTime": "2025-01-20 16:34:58.191478",
"contentId": "e6b31fc1cf1b11ef83b052540047ba1b"
},
{
"id": 1389294,
"corpid": "wwd074f3968f56dcb0",
"salesId": 445499900074176,
"customerId": 642958706450624,
"tagId": "03f5dc1f6ffc11ee95c700163e06cc86:2l",
"eventTime": "2025-01-20 18:01:32.668633",
"contentId": "9dbeb515c8ed11ef9170525400b24eed"
},
{
"id": 1389292,
"corpid": "wwd074f3968f56dcb0",
"salesId": 539059815217472,
"customerId": 612178987567136,
"tagId": "39a0f0c2cf1b11ef83b052540047ba1b:2l",
"eventTime": "2025-01-20 16:36:03.66058",
"contentId": "e6b31fc1cf1b11ef83b052540047ba1b"
}
]
}
修改于 2025-01-23 07:01:17