Get Amazon VOC report result
GET
/voc/reports/{reportId}Get VOC report result
Request
Path Params
reportId
string
required
VOC report id
Example:
123456789
Query Params
language
string
optional
The display language of reviews analysis results, the default is English
Example:
English
Header Params
X-Token
string
required
API Key
Example:
42e9fb1c94c842cd9495c812a4c8fe05
Request samples
Responses
成功(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
code
integer
required
Result code
msg
string
optional
Error message
data
object
optional
data
finish
boolean
required
Is report finish
list
array [object {5}]
required
Result data list
Example
Success
{
"code": 0,
"data": {
"finish": true,
"list": [
{
"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"
},
{
"type": "Negative Feedback",
"reasons": "Customers have reported a short lifespan.",
"percent": "0.35",
"tag": "Short Lifespan"
},
{
"type": "Positive Feedback",
"reasons": "Wonderful Bath Experience",
"percent": "0.18",
"tag": "Wonderful Bath Experience"
},
{
"type": "Buyers Motivation",
"reasons": "Customers have praised the durability of these headsets, noting that they are very durable and can withstand heavy use.",
"percent": "0.11",
"tag": "Durability"
},
{
"type": "Unmet Needs",
"reasons": "Customers have reported malfunctioning out of the box, but have found clearer instructions and a longer lifespan with better quality control.",
"percent": "0.26",
"tag": "Longer Lifespan"
},
{
"type": "Unmet Needs",
"reasons": "Improved connection to PS4/PS5, better plug, and better microphone quality are all highly valued by users, making the headset more effective for communication and gaming purposes.",
"percent": "0.12",
"tag": "Better Microphone Quality",
"parentTag": "Longer Lifespan"
}
]
}
}
Last modified: 1 年前