Get List Review
Developing
Request Code Samples
curl --location --request GET 'http://petfen-product.local.com:8082/api/v1/product/review/39/list' \
--header 'X-Auth-Service: Bearer '
Responses
application/json [
{
"phone_number": "",
"product_id": 19,
"order_id": 2,
"account_code": "e177cc1e-685e-4b18-bfcc-8c65f1e805f8",
"account_name": "aaaa bbbbb",
"account_avatar": "",
"rating": 4,
"review": "good jobs",
"image": "https://avatars.githubusercontent.com/u/38449271",
"created_at": "0001-01-01T00:00:00Z"
},
{
"phone_number": "",
"product_id": 19,
"order_id": 0,
"account_code": "e177cc1e-685e-4b18-bfcc-8c65f1e805f8",
"account_name": "aaaa bbbbb",
"account_avatar": "",
"rating": 4,
"review": "good jobs",
"image": "https://avatars.githubusercontent.com/u/38449271",
"created_at": "0001-01-01T00:00:00Z"
}
]
Modified at 2025-09-26 15:47:41