Query Parameters
Scope under which the request is made; determines fields present in response.
view
, embed
Current page of the collection.
Maximum number of items to be returned in result set.
x <= 100
Limit results to those matching a string.
Limit response to resources published after a given ISO8601 compliant date.
Limit response to resources published before a given ISO8601 compliant date.
Ensure result set excludes specific IDs.
Limit result set to specific IDs.
Offset the result set by a specific number of items.
Order sort attribute ascending or descending.
asc
, desc
Sort collection by object attribute.
date
, date_gmt
, id
, include
, product
, rating
, slug
Limit result set to reviews from a specific author by user ID.
Limit result set to reviews from a specific author by email address.
Ensure result set excludes reviews from a specific set of authors by user ID.
Limit result set to reviews assigned to a specific product.
Limit result set to reviews from products in a specific category ID.
Response
List of product reviews.
Unique identifier for the review.
Date when the review was created.
Date when the review was created in GMT.
Product ID.
Review status.
Reviewer name.
Reviewer email.
Review content.
Review rating.
Whether the review is verified.