ReferenceReviews
Revision history
The following updates have been made to the Lodging Supply GraphQL API schema, from newest to oldest updates:
June 2024
- Added the ability to filter reviews by brand (Expedia site where the review was collected) when using the reviews query. The
brandNames
field was added to theReviewFilter
input type to support this. In addition, thebrandName
field in theReview
object has been deprecated; use the newbrandNameV2
field instead when retrieving reviews. pageSize
argument's limit (for thereviews
query) has been increased, enabling you to retrieve up to 100 reviews per page of results.
April 2024
Added the aggregatedReviews
query to enable partners to retrieve average ratings for reviews collected on Expedia brand sites.
June 2023
Released the initial version of the reviews capability of the Lodging Partner GraphQL API.