Request parameter |
Value |
Required or optional |
Default |
Endpoints |
Authentication required |
id |
string |
Optional |
None |
summary, reviews |
No |
id is used to filter the JSON feed to reviews based on the feedback id.
Accepted query operators are:
- =
Filter data to show the review with this exact feedback id. - <
Filter data to show reviews with feedback ids that are older than this feedback id. -
<=
Filter data to show the review with this exact feedback id and reviews with older feedback ids than this one. -
>
Filter data to show reviews with feedback ids that are more recent than this feedback id. -
>=
Filter data to show the review with this exact feedback id and reviews with newer feedback ids than this one.
- mode = all
If the id is for a service feedback, the related product feedback will also be returned. - mode = service
The id must correspond to a service feedback as only service feedback will be returned. If the id is a product feedback, no results will be returned. - mode = product
The id must correspond to a product feedback as only product feedback will be returned. If the id is a service feedback, no results will be returned.
An example Reviews API call using id is:
https://api.feefo.com/api/version/reviews/all?merchant_identifier=example-retail-merchant&id=5733aab0498edc149d51726c
Where:
- version = the version of the API associated with the URL. See API Versions for the version number.
- all = returns both service and product reviews.
- merchant_identifier = the merchant's unique Feefo identifier, which in this example is example-retail-merchant.
- id = filter by this feedback id. In this example, only reviews for feedback id 5733aab0498edc149d51726c will be passed to the feed. If this is a service feedback id, because mode = all, both service and product feedback will be returned. If it's a product feedback id, only the product review will be returned.
Full details about the API can be found at Reviews API (Customisable Integration).
Reviews API Parameter: originReviews API Parameter: parent_product_sku