Name | Type | Required | Description |
---|---|---|---|
vendorId | string | optional | Filter reviews for a specific vendor (MongoId). If omitted, returns top reviews across all vendors. |
status code | description |
---|---|
200 | Success |
400 | Bad request |
404 | Not found |
500 | Internal Server Error |
{
"statusCode": 200,
"status": true,
"message": "fetch top ten meet and order review success ",
"response": {
"results": 1,
"data": [
{
"_id": "6839a68454c449f0ede8fcd8",
"order": {
"refId": "682ad2f3c0aec70d65213f61",
"id": "ORD250580486"
},
"customer": {
"refId": "6698d10a99b809c9695694ec",
"id": "U240744206",
"name": "Manikanta",
"email": "manikataputta4@gmail.com",
"mobileNumber": "8297026104"
},
"vendor": {
"refId": "647587fc52f887dacdeb76b3",
"id": "V230532223",
"shopName": "Ejoyshop1"
},
"rating": 5,
"comment": "asdf",
"tags": [
"Timeliness"
],
"media": [],
"status": "Visible",
"createdAt": "2025-05-30T12:37:24.657Z",
"updatedAt": "2025-05-30T12:39:43.981Z",
"__v": 0,
"reply": {
"text": "sadfadfsg ",
"repliedBy": {
"entity": "vendors",
"refId": "647587fc52f887dacdeb76b3"
},
"_id": "6839a70b54c449f0ede8fe5a",
"createdAt": "2025-05-30T12:39:39.785Z",
"updatedAt": "2025-05-30T12:39:43.981Z"
},
"reviewType": "order"
}
]
}
}