List Reviews
Production
https://api.salla.dev/admin/v2
Production
https://api.salla.dev/admin/v2
GET
https://api.salla.dev/admin/v2
Reviews
Last modified:2025-05-07 09:20:04
Review Types
rating
.ask
.shipping
.testimonial
.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.salla.dev/admin/v2/reviews?keyword=Nice shoes&type=product&start_date=2020-01-02&end_date=2024-10-02&products=2345231543&blogs=2345231543&customers&reply=true&stars=2&publish=true&page='
Response Response Example
{
"status": 200,
"success": true,
"data": [
{
"id": 1989531006,
"type": "ask",
"rating": 0,
"content": "does it work on MAC machines?",
"order_id": null,
"is_published": false,
"created_at": "2023-09-28 17:17:53",
"customer": {
"id": 1227534533,
"name": "Ahmed Ali",
"mobile": 566666666,
"email": "[email protected]",
"avatar": "https://cdn.assets.salla.network/admin/cp/assets/images/avatar_male.png",
"country": "السعودية",
"city": "الخبر"
}
},
{
"id": 1853140150,
"type": "rating",
"rating": 5,
"content": "I like this product",
"order_id": 123456789,
"is_published": true,
"created_at": "2023-09-28 17:20:24",
"customer": {
"id": 1227534533,
"name": "Mohammed Ali",
"mobile": 565555555,
"email": "[email protected]",
"avatar": "https://cdn.assets.salla.network/admin/cp/assets/images/avatar_male.png",
"country": "السعودية",
"city": "الرياض"
}
}
],
"pagination": {
"count": 2,
"total": 2,
"perPage": 15,
"currentPage": 1,
"totalPages": 1,
"links": []
}
}
Request
Query Params
keyword
stringÂ
optional
Example:
Nice shoes
type
enum<string>Â
optional
Allowed values:
ratingaskshippingtestimonial
Example:
product
start_date
stringÂ
optional
Example:
2020-01-02
end_date
stringÂ
optional
Example:
2024-10-02
products
array[string]
optional
Example:
["2345231543"]
blogs
array[string]
optional
Example:
["2345231543"]
customers
array[string]
optional
Example:
[2345231543]
reply
booleanÂ
optional
Example:
true
stars
array[string]
optional
Example:
["2"]
publish
booleanÂ
optional
Example:
true
page
integerÂ
optional
Responses
Modified at 2025-05-07 09:20:04