The review ID.
Creates a new review in the database and also creates a review in Endorsal (including review tags)
The review input data.
Creates traveler reviews from Jotform input.
Input data for creating traveler review.
Finds a review by the Endorsal Id.
The Endorsal Id.
Lists reviews associated with a host by host ID and optional list query options.
The host ID.
OptionalcustomFilters: ReviewCustomFiltersOptionallistQueryOptions: ListQueryOptions<Review>Optional list query options.
Lists reviews associated with an itinerary by itinerary ID and optional list query options.
The itinerary ID.
OptionalcustomFilters: ReviewCustomFiltersOptionallistQueryOptions: ListQueryOptions<Review>Optional list query options.
Retrieves a list of reviews based on the provided query and list options.
Filter query to narrow down the reviews.
OptionallistQueryOptions: ListQueryOptions<Review>Optional options for listing reviews.
Lists reviews for host based on the stored review display type for the host.
OptionalcustomFilters: ReviewCustomFiltersOptional custom filters.
OptionallistQueryOptions: ListQueryOptions<Review>Optional list query options.
Lists reviews associated with a trip by trip ID and optional list query options.
The trip ID.
OptionalcustomFilters: ReviewCustomFiltersOptionallistQueryOptions: ListQueryOptions<Review>Optional list query options.
Lists unapproved reviews
OptionallistQueryOptions: ListQueryOptions<Review>Optional list query options.
Processes tags from a review.
The review object to process tags from.
Rejects a review by its ID
The reviewId ID.
Creates a new host review from Jotform.
Creates a new traveler reviews from Jotform.
Synchronizes all "unapproved" reviews from Endorsal, checking for status changes and updating locally.
OptionalwaitInterval: numberMilliseconds to await after each iteration
Approves a review by its ID