---
title: "POST /api/Review/reviews/list-by-rating"
method: POST
path: "/api/Review/reviews/list-by-rating"
tags: ["Reviews"]
---

# POST /api/Review/reviews/list-by-rating

`POST /api/Review/reviews/list-by-rating`

## Request body

- GetReviewsByRatingRequest
  - `siteId` string, nullable
  - `itemId` string, nullable
  - `rating` integer
  - `contactId` string, nullable
  - `pageSize` integer, nullable
  - `lastEvaluatedKey` string, nullable
  - `rd` boolean

## Response `200`

OK

- ReviewsResponse
  - `success` boolean
  - `message` string, nullable
  - `totalCount` integer
  - `data` ReviewData[], nullable
    - `reviewId` string, nullable
    - `contactId` string, nullable
    - `itemId` string, nullable
    - `name` string, nullable
    - `rating` number, float, nullable
    - `description` string, nullable
    - `reviewDate` string, nullable
    - `isTopRated` boolean
    - `isverifiedBuyer` boolean
    - `originalLanguageText` string, nullable
    - `isOwn` boolean
    - `customData` CustomData[], nullable
      - `Type` string, nullable
      - `Value` number, double
  - `lastEvaluatedKey` string, nullable
  - `wf` WidgetFlow[], nullable
    - `Session` string, nullable
    - `Timestamp` string, nullable
    - `Role` string, nullable
    - `Flow` string, nullable
    - `Deal` string, nullable
    - `API` string, nullable
    - `Click` string, nullable
    - `Channel` string, nullable
    - `Impression` string, nullable
    - `User` string, nullable
    - `Device` string, nullable
    - `FlowStep` string, nullable
    - `data` string, nullable
    - `Latitude` number, double
    - `Longitude` number, double
    - `DeviceType` string, nullable
    - `Resolution` string, nullable
    - `OS` string, nullable
    - `UserLanguage` string, nullable
    - `BrowserType` string, nullable
    - `Revenue` number, double
    - `Total` number, double
    - `DenyReason` string, nullable
    - `OptIn` string, nullable
    - `Site` string, nullable
    - `currency` string, nullable
    - `Company` string, nullable
    - `contact` string, nullable
    - `ImpressionType` string, nullable
    - `code` string, nullable
    - `referer` string, nullable
    - `email` string, nullable
    - `Agent` string, nullable
    - `flowtype` string, nullable
    - `ip` string, nullable
    - `delay` integer
    - `trigger` string, nullable
    - `emailaddrsha256` string, nullable
    - `country` string, nullable
    - `region` string, nullable
    - `domain` string, nullable
    - `path` string, nullable
    - `sitecurrency` string, nullable
    - `siteconversionrate` number, double
    - `companycurrency` string, nullable
    - `companyconversionrate` number, double
    - `apiversion` string, nullable
    - `scriptversion` string, nullable
    - `tenant` string, nullable
    - `salesforce` string, nullable
    - `new_accepts_sms` boolean
    - `new_accepts_email` boolean
    - `new_accepts_postal` boolean
    - `NPS` number, double

---

[API](https://skmtc.net/redeal/apis/redeal-widget-api-reviews.md) · [All operations](https://skmtc.net/redeal/apis/redeal-widget-api-reviews/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/redeal/redeal-widget-api-reviews/revisions/bdad5872241e/schema)
