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
brandNamesfield was added to theReviewFilterinput type to support this. In addition, thebrandNamefield in theReviewobject has been deprecated; use the newbrandNameV2field instead when retrieving reviews. pageSizeargument's limit (for thereviewsquery) 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.