POST services/api/ecom/v1/Get_ReviewList
Request Information
URI Parameters
None.
Body Parameters
EcoBasicFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| Start | integer |
None. |
|
| FiterText | string |
None. |
|
| Limit | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Start": 1,
"FiterText": "sample string 2",
"Limit": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of EcomReview_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| RatingId | integer |
None. |
|
| Author | string |
None. |
|
| ProductId | integer |
None. |
|
| ItemName | string |
None. |
|
| Review | string |
None. |
|
| Value | decimal number |
None. |
|
| DateAdded | date |
None. |
|
| Barcode | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"RatingId": 2,
"Author": "sample string 3",
"ProductId": 4,
"ItemName": "sample string 5",
"Review": "sample string 6",
"Value": 7.0,
"DateAdded": "2026-09-09T14:59:53.5732865+04:00",
"Barcode": "sample string 9"
},
{
"Id": 1,
"RatingId": 2,
"Author": "sample string 3",
"ProductId": 4,
"ItemName": "sample string 5",
"Review": "sample string 6",
"Value": 7.0,
"DateAdded": "2026-09-09T14:59:53.5732865+04:00",
"Barcode": "sample string 9"
}
]