Returns a list of the project reviews. This endpoint is available only when the 'Rating' module is active. Also, the project must have store ratings enabled in the administration settings. The endpoint supports Paging.
Security
shoptetAccessToken or shoptetPrivateApiToken
- Mock serverhttps://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/reviews/project
- https://api.myshoptet.comhttps://api.myshoptet.com/api/reviews/project
- shoptetAccessToken
- shoptetPrivateApiToken
curl -i -X GET \
'https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/reviews/project?dateFrom=2019-09-05T00%3A00%3A00%252B0100&dateTo=2019-09-05T00%3A00%3A00%252B0100&visible=true&orderCode=2011000002&itemsPerPage=100&page=3' \
-H 'Content-Type: application/json' \
-H 'Shoptet-Access-Token: YOUR_API_KEY_HERE'Response
{ "data": { "reviews": [ … ], "paginator": { … } }, "errors": [ { … } ], "metadata": { "requestId": "019c8c34-64f3-7328-af43-bf1e34fa39d7" } }