Currently there is no way to get the bookings for a specific guest using the APIs. We are building an app for our reservation team that will take the webhook from our phone system with the caller ID information and locate information about the guest from OwnerRez... ie determine if the caller is a guest... As an extension of this we would like to be able to know the booking information for the reservation team as well so they can just click on a quick hyperlink in the app and be brought right into Ownerrez booking. There is no way to do this at present... It would also be useful to know all of the bookings for a guest so that the reservation team can see if they are a regular, etc... Need an endpoint that will allow for Booking Queries by Guest ID.
Not sure how many of you use the APIs and would vote this up but this is where they told me to put the request...
I think our workaround will be to build out the OR database on our local SQL Server and then just do the queries local. Not ideal but I think I can make it work.