Product All Reviews
To fetch all product reviews
GET
https://emart.caslteindia.in /api/reviews/{productid}/{type}?secret=xxxx?page=1
Path Parameters
Name
Type
Description
productid*
Integer
Id of the product
Type of product
type*
Integer
v = variant s = simple
Query Parameters
Name
Type
Description
Page
Integer
Page no for review default 1
Secret
String
Secret key obtained from admin panel.
Headers
Name
Type
Description
Accept*
String
application/json
Last updated