Product All Reviews
To fetch all product reviews
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"ratingstates": {
"overallrating": 4,
"quality": 25,
"price": 25,
"value": 25
},
"product": {
"name": {
"en": "UA Play Up"
},
"des": {
"en": "UA Play Up Shorts"
},
"rating": 4
},
"reviews": {
"current_page": 1,
"data": [
{
"rating": 4,
"review": "Good product",
"user": "Sara",
"image": null,
"created_at": "1 year ago"
},
{
"rating": 4,
"review": null,
"user": "seller01",
"image": "1591341768avatar5.png",
"created_at": "1 year ago"
},
{
"rating": 4,
"review": null,
"user": "Alexandra",
"image": null,
"created_at": "1 year ago"
},
{
"rating": 4,
"review": null,
"user": "Admin",
"image": "1628072295user2-160x160.jpg",
"created_at": "1 year ago"
}
],
"first_page_url": "https://emart.test/api/reviews/39/v?page=1",
"from": 1,
"next_page_url": null,
"path": "https://emart.test/api/reviews/39/v",
"per_page": 15,
"prev_page_url": null,
"to": 4
}
}
If validation failLast updated