访问路径:/api/audience/user/tag/list
接口说明:获取客户标签
URL结构
https://open.rabbitpre.com/api/audience/user/tag/list
接口协议:HTTPS
HTTP请求方式:GET
请求参数
参数 | 必选 | 类型 | 说明 |
audienceUserId | true | long | 客户Id |
请求示例
换行和缩进只是为了更好的展示:
https://open.rabbitpre.com/api/audience/user/tag/list?audienceUserId=123
返回参数
参数 | 类型 | 说明 |
orgId | string | 兔展企业Id |
audienceUserId | long | 客户Id |
tagList | list | 标签列表 |
tagId | long | 标签Id |
execCount | integer | 执行次数 |
tagTime | long | 打标签时间,时间戳 |