Ejoyshop
  1. reviews
Ejoyshop
  • Customer
    • Shops
      • Fetch Shops
      • Fetch Specific Shop
      • Book Appointment
    • Auth
      • Signup-email-password
      • Signup-google auth
      • Get user Role and Info
      • New Request
      • Update Profile
      • Reset Password Send OTP
      • Reset Password OTP Verification
      • Reset Password Update new password
    • Meetings
      • Fetch meeting slots
      • book meet
      • Fetch Invited Meets
      • Fetch Meetings for specific users
      • Join Meet
      • Fetch Meetings
    • Categories|sub-categories|languages|occasions|genders
      • Fetch categories
      • Fetch Sub-categories
      • Fetch Languages
      • Fetch Occassions
    • Offers
      • Fetch offers
    • Credits
      • Fetch credits plans
      • Create Pg order
      • Fetch user credit transactions
    • Order
      • Fetch order by id
      • Fetch order by id Copy
      • Fetch Orders
      • Updated Order status
      • Update order delivery address
      • Track Order
    • Address
      • Add address
      • Delete address
      • Mark Address as default
      • Fetch addresses
      • Fetch specific address
    • Favourite Shops
      • Add favourite shop
      • Fetch Favourite shops
      • Delete Favourite Shop
    • Support
      • Add support
      • Update support
      • Fetch supports
      • Fetch Specific Support
    • Fetch Customers list
  • Admin
    • Shipment
      • shipment track
    • Auth
      • Fetch admin details
      • Update account status
    • vendors
      • Fetch all vendor without pagination
  • Product
    • Create Product
    • Update the product
    • Patch Product
    • Fetch Product by id
    • fetch products
    • Delete Product
    • fetch premium products
    • fetch products by vendor id
  • SubscriptionPlans
    • Create Subscription Plan
    • Update Subscription Plan
    • Patch Subscription
    • get subscription by id
    • get subscriptions
    • Delete subscription id
    • Subscription Plan Purchase
  • general
    • Generate presigned url
    • Payment webhook test
  • Stitching Service
    • Create Stitching Service
    • Update Stitching Service
    • Patch stitching service invoice
    • Fetch the invoices
    • Fetch the invoices by id
  • settings
    • Update hero banners
    • Fetch hero banners
    • create hero banners
    • Fetch specific hero banner
    • Delete hero banner
  • reviews
    • Add order review
      POST
    • Update order review
      PUT
    • Fetch all order feedbacks
      GET
    • Fetch order review by id
      GET
    • Delete order review
      DELETE
    • Add order review reply
      POST
    • Update order review reply
      PUT
    • Delete order review reply
      DELETE
    • Fetch order review by order id
      GET
    • Add Customer review
      POST
    • Update Customer review
      PUT
    • Fetch all customers feedbacks
      GET
    • Fetch customer review by customer id
      GET
    • Delete customer review
      DELETE
    • Add customer review reply
      POST
    • Update customer review reply
      PUT
    • Delete customer review reply
      DELETE
    • Fetch customer review metrics
      GET
    • Add meet review
      POST
    • Update order review
      PUT
    • Fetch all meet feedbacks
      GET
    • Fetch meet review by id
      GET
    • Add meet review reply
      POST
    • Update meet review reply
      PUT
    • Fetch meet review by meet id
      GET
    • Fetch meet review metrics
      GET
    • Delete meet review
      DELETE
    • Delete meet review reply
      DELETE
    • Fetch order review metrics
      GET
    • Top 10 platform review
      GET
    • get top 10 review of meet & order
      GET
  • Referral
  • WalletTxn
    • get all customer wallet transaction
    • get-all-referral
    • get single user referral
    • get single Transaction
  • verification
    • send mobile verification otp
    • verify mobile verification otp
    • resend mobile verification otp
    • send email verification otp
    • verify otp for mail
  • GEO Location
    • fetch all country
    • fetch all state
    • fetch all cities
    • fetch all postal code
  • Order
  • chat-service
    • Fetch user
    • Fetch chat rooms for user
    • Fetch unseen counts for user
    • Fetch messages by chat id
    • Fetch read-receipt for msg
    • Fetch chat id info
  • Offers
    • get all feature offers
    • update premium offers
    • Update offer
    • delete offer
  1. reviews

get top 10 review of meet & order

GET
/reviews/top-meet-and-order-review

Top 10 Meet & Order Review#

The GET Top 10 Meet & Order Review API returns the top 10 reviews for a vendor on Ejoyshop, combining both "meet" and "order" reviews. Reviews are ranked by highest rating and most recent date.
Endpoint
Query Parameters
NameTypeRequiredDescription
vendorIdstringoptionalFilter reviews for a specific vendor (MongoId). If omitted, returns top reviews across all vendors.
Response
status codedescription
200Success
400Bad request
404Not found
500Internal Server Error

Request

Query Params

Header Params

Responses

🟢200OK
application/json
Body

Examples
{
    "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"
            }
        ]
    }
}
🔴500Server Error
🟠404Not found response
🟠400Bad Request Response
Modified at 2025-07-28 11:43:56
Previous
Top 10 platform review
Next
get all customer wallet transaction
Built with