获取营销内容-内容标签
POST
/api/v3/customer/contentTag
请求参数
Header 参数
appId
string
应用 appId
默认值:
{{appId}}
timestamp
string
请求时间戳
默认值:
{{timestamp}}
sign
string
请求消息签名值
默认值:
{{sign}}
appKey
string
应用 appKey
默认值:
{{appKey}}
示例代码
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/customer/contentTag' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}'
返回响应
🟢200成功
application/json
Body
code
string
必需
message
string
必需
data
array [object {3}]
必需
id
string
标签组id
label
string
标签组名称
children
array [object {2}]
标签列表
示例
{
"code": 0,
"message": "success",
"data": [
{
"id": "94eab39deb9011eca74a00163e366c6a:2l",
"label": "ty-kk",
"children": [
{
"id": "570ca142f2e911ec837b00163e366c6a:2l",
"label": "cdh-cont1",
"children": []
},
{
"id": "a3538391eb9011eca74a00163e366c6a:2l",
"label": "t04",
"children": []
},
{
"id": "a0789e30eb9011eca74a00163e366c6a:2l",
"label": "t03",
"children": []
},
{
"id": "9d7a042feb9011eca74a00163e366c6a:2l",
"label": "t02",
"children": []
},
{
"id": "9a924d8eeb9011eca74a00163e366c6a:2l",
"label": "t01",
"children": []
}
]
},
{
"id": "0e21878de8a311ec80d000163e366c6a:2l",
"label": "CDH",
"children": [
{
"id": "16659e4ee8a311ec80d000163e366c6a:2l",
"label": "CDH内容标签",
"children": []
}
]
}
]
}
修改于 2023-02-11 02:44:11