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
}"61a961741a113f7e13c45c3a"
"-created"
Get product reviews
Show child attributes
1
Show child attributes
0
"63f62da70bf12b7f208998d1"
"Good product mate"
"2023-02-22T14:58:47.131Z"
"Ademi deyinka"
false
"61a961741a113f7e13c45c3a"
2
"61a956d91a113f7e13c45c15"
"I like it"
"2023-02-22T14:58:47.131Z"
[
{
"__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"
}
]1
2
"Product reviews found"
true
Was this page helpful?