...
Content-Type: application/x-www-form-urlencodeddata;charset=utf-8
Description: 获取客户所打标签
Query-parameters:
Parameter | Type | Required | Description |
---|---|---|---|
audienceUserId | int64 | true | 客户档案Id |
Response-fields:
Field | Type | Description |
---|---|---|
code | string | 状态码 |
errorCode | string | 错误状态码 |
msg | string | 状态描述 |
data | object | 数据 |
└─orgId | string | 兔展企业Id |
└─audienceUserId | int64 | 客户Id |
└─tagList | array | 标签列表 |
└─tagId | int64 | 标签Id |
└─execCount | int32 | 执行次数 |
└─tagTime | int64 | 打标签时间,时间戳 |
└─tagName | string | 标签名称 |
└─tagType | string | 标签类型 |
└─execUserCount | int32 | 执行用户数 |
└─tagValueList | array | 标签值集合 |
└─tagValueId | int64 | 标签值Id |
└─tagValue | string | 标签值名称 |
└─markCount | int32 | 标签值权重 |
请求示例
换行和缩进只是为了更好的展示:
curl -X GET --header 'Accept: application/json' --header 'X-Token: O_jfvYVsrKQ9SecedWSzu0Vzeh0' 'https://integrate.rabbitpre.com/api/open/api/audience/user/tag/list?audienceUserId=958788729483837440'
...