cURL
curl --request GET \ --url https://{subdomain}.easyflows.io/api/v1/app/reviews
{ "data": [ { "id": "<string>", "rating": 3, "body": "<string>", "customer": true, "approved": true, "member": { "id": "<string>", "name": "<string>" }, "created_at": "<string>", "updated_at": "<string>", "title": "<string>", "product": { "id": "<string>", "ref": "<string>", "platform": "<string>", "name": "<string>", "image": "<string>", "description": "<string>" } } ], "meta": { "total": 123, "page": 123, "limit": 123 } }
The page number for pagination.
The number of items per page.
The reference of the product for which to list reviews.
Filter reviews by rating.
Success
The array of data returned by the API endpoint.
Show child attributes
Metadata about the paginated response.