[#426] How to retrieve bookings by email?

Migrated from Redmine #426 | Author: Anonymous
Status: New | Priority: High, I’m very impatient | Created: 2019-09-20


Hello!

Is there a way to retrieve bookings by email?

Appointment booking service and free online booking service does not seem to support retrieval by email.

Redmine Admin wrote:

Hi, you can find client by email API documentation | SimplyBook.me Online Scheduling
API documentation | SimplyBook.me Online Scheduling
and then find his bookings by client_id API documentation | SimplyBook.me Online Scheduling

Anonymous wrote:

Thank you for the reply.

Is there a way to make the search match only emails?

I’m thinking of a case where we have two users, A and B. Let’s say that A puts into her name field the value “hello@world.com” and user B puts into her email field the value “hello@world.com”. In this case, would the method API documentation | SimplyBook.me Online Scheduling return both these users?

In other words, I could use a method that returns only the clients whose email address is exactly “hello@world.com” – is such a retrieval possible at the moment?

Redmine Admin wrote:

hi, there is no way to do this exactly by email field unfortunately.