获取自有评论的VOC报告结果
GET
/voc/custom/reports/{reportId}获取自有评论的VOC报告结果
请求参数
Path 参数
reportId
string
报告ID
示例值:
123456789
Header 参数
X-Token
string
API Key
示例值:
42e9fb1c94c842cd9495c812a4c8fe05
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
string
结果代码
msg
string
错误信息
data
object
结果数据
finish
boolean
是否已完成
list
array [object {2}]
标签列表
statistics
array [object {5}]
标签统计数据
示例
{
"code": 200,
"msg": "success",
"data": {
"finish": true,
"list": [
{
"text": "I would have to say that I am very disappointed on this product. After reviewing all the reviews I found it ideal to order one because, after all black goes with everything, especially from working out you wont be able to see the stains. Now I have to say that when I placed it on my Fitbit Versa I was having trouble putting it on and after all the pin broke and the pin was left inside. Idk if it's because it's not from the manufacturer but I was overall disappointed.",
"tags": [
{
"tag": "Customer Service",
"sentiment": 0,
"startOffset": 65,
"endOffset": 134,
"tagType": "reason",
"subTag": "Positive Reviews"
},
{
"tag": "Defective Pin",
"sentiment": -1,
"startOffset": 336,
"endOffset": 388,
"tagType": "cons",
"subTag": "Defective Pin"
}
]
}
],
"statistics": [
{
"type": "Usage Scenario",
"reasons": "The headset is considered a good gift option, with many users reporting that it makes a great birthday gift or gift for a son.",
"percent": "0.08",
"tag": "Gift"
}
]
}
}
最后修改时间: 1 年前