Retrieve all reviews available in the system or retrieve a specific review by its unique identifier
Overview
The Retrieve Reviews endpoint allows the Agent to retrieve reviews available in the system or access a specific review by its unique identifier. This API provides valuable insights and feedback from guests who have stayed at various properties managed within the system.
Available Endpoints
Method
Endpoint
Description
GET
v2023.07.31/reviews
Retrieve all Reviews available in the system
GET
v2023.07.31/reviews/{reviewId}
Retrieve a specific Review by its unique identifier
Path Parameters
Path Parameter
Required / Optional
Description
{reviewId}
Required
Unique Identifier for Review
Query String Parameters
Parameter
Required / Optional
Description
Data Type
page
Optional
The page to be shown
int
pageSize
Optional
Limits the number of returned results
int
lastUpdateDate
Optional
Only return objects which have been modified after a certain date
date-time
mcUserId
Optional
Unique Identifier for Supplier
int
mcUserIds
Optional
Unique Identifiers for Suppliers
array
unitId
Optional
Unique Identifier for Unit in Inventory
int
unitIds
Optional
Unique Identifier for Units in Inventory
array
reviewStart
Optional
Only return reviews which were made after a certain date
date-time
reviewEnd
Optional
Only return reservations which were made before a certain date
date-time
arrivalStart
Optional
Only return reservations which arrive after a certain date
date-time
arrivalEnd
Optional
Only return reservations which arrive before a certain date
date-time
departureStart
Optional
Only return reservations which depart after a certain date
date-time
departureEnd
Optional
Only return reservations which depart before a certain date