List reviews
List approved reviews for the site, ordered by `created_at` desc by default. Supports filtering by rating, rating range, featured status, product name, slug, locale, and date ranges. Field visibility (author photo, company, position, city) follows the site's review settings.
/reviewshttps://api.lynkow.com/public/{siteId}Query parameters
dateFromstringFilter from date (ISO 8601)
dateTostringFilter until date (ISO 8601)
excludeIdsstring[]Array of strings
groupByTranslationbooleanBoolean
idsstring[]Array of strings
isFeaturedbooleanBoolean
limitnumberNumber <= 100
localestringBCP 47 locale code (e.g. "en", "fr")
pagenumberNumber
productNamestringAssociated product name
ratingnumberBetween 1 and 5
ratingMaxnumberBetween 1 and 5
ratingMinnumberBetween 1 and 5
reviewDateFromstringFilter by review date from (ISO 8601)
reviewDateTostringFilter by review date until (ISO 8601)
searchstringFull-text search query
slugstringURL-friendly identifier, unique per site and locale
slugsstring[]Array of strings
sortByenum("created_at" | "rating" | "author_name" | "display_order" | "review_date")One of: created_at, rating, author_name, display_order, review_date
sortOrderenum("asc" | "desc")One of: asc, desc
sourceenum("admin" | "csv_import" | "public_form")One of: admin, csv_import, public_form
statusenum("pending" | "approved" | "rejected")One of: pending, approved, rejected
translationGroupIdstringTranslation group UUID (links translations across locales)