get https://api.etrusted.com/reviews
This endpoint retrieves reviews for a specific channel, a set of channels or for your entire account.
The result set can be modified using a set of filters.
Query parameters can be added to the request, separated by &
.
Conceptually, there are two types of categories for the query parameters: actual filter parameters on the one hand, channels
, rating
, submittedAfter
and submittedBefore
, and pagination parameters on the other, count
, after
and before
.
See our guide on paginating response data for more information.
Custom Widget Implementation: Please note the response may include rejected reviews when using a custom widget. To prevent these from appearing, filter out reviews with the
status
attribute set toREJECTED
.