Revision history
The following updates have been made to the Lodging Supply GraphQL API schema, from newest to oldest updates:
September 2024
Removed support for GIF attachment types.
July 2024
To maintain the security of our platform and continue building trust with our lodging partners and travelers, we are implementing a new moderation process where a subset of Expedia Group messages may be flagged and held for review before being released. Two enhancements were introduced:
- Added the
reviewStatus
field to theMessageThreadMessage
object, to indicate a review's status as it goes through moderation. "In Review" indicates that a message is currently being reviewed (could take up to 24 hours), "Approved" indicates that the message has been approved, and "Blocked" indicates that the message contains offending material or links. MessageAttributesUpdated
event type was added to send a webhook notification when a message's review status changes.
June 2024
When retrieving message threads, you can now specify whether they are returning in ascending or descending order based on creation date. The orderBy
input parameter is now available. You can also specify the order of messages that are retrieved using the messageThread query.
March 2024
Released the initial version of the messaging capability of the Lodging Partner GraphQL API.