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": "[email protected]",
"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": "[email protected]",
"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
}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": "[email protected]",
"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": "[email protected]",
"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
}Was this page helpful?