cURL
curl --request GET \ --url http://staging.qshop.ng/apiv2/{shopId}/products/{productId}/reviews/
{ "data": { "currentPage": 1, "data": [ { "__v": 0, "_id": "63f62da70bf12b7f208998d1", "comment": "Good product mate", "created": "2023-02-22T14:58:47.131Z", "email": "adeyinkabadmus@gmail.com", "fullName": "Ademi deyinka", "isApproved": false, "product": "61a961741a113f7e13c45c3a", "rate": 2, "shop": "61a956d91a113f7e13c45c15", "subject": "I like it", "updated": "2023-02-22T14:58:47.131Z" }, { "__v": 0, "_id": "63f6164af036a4287d7f91ac", "comment": "Good product mate", "created": "2023-02-22T13:19:06.663Z", "email": "adeyinkabadmus@gmail.com", "fullName": "Ademi deyinka", "isApproved": false, "product": "61a961741a113f7e13c45c3a", "rate": 2, "shop": "61a956d91a113f7e13c45c15", "subject": null, "updated": "2023-02-22T13:19:06.663Z" } ], "next": null, "noOfPages": 1, "prev": null, "totalRecord": 2 }, "msg": "Product reviews found", "success": true }
Documentation IndexFetch the complete documentation index at: https://developers.qshop.tech/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.qshop.tech/llms.txt
Use this file to discover all available pages before exploring further.
"61a961741a113f7e13c45c3a"
"-created"
Get product reviews
Show child attributes
"Product reviews found"
true
Was this page helpful?