MS Bookings - Get customer info from everyone attending the appointment [Group Booking Max. 20 Customers]

Pascal Altpeter 1 Reputation point
2021-03-02T14:18:34.787+00:00

Is there a api endpoint that i can use for that? If there is more than one customer attending the appointment, the json response is empty.

Microsoft Graph Customer Booking API
Microsoft Graph Customer Booking API
A Microsoft API that lets enterprise organization and small business owners manage customer bookings and information with minimal setup.
197 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Diana Wanjuhi 1,371 Reputation points Microsoft Employee
    2021-03-08T09:16:22.893+00:00

    Hello @Pascal Altpeter to get the collection of bookingAppointment objects for a bookingBusiness, that occurs in a specified date range, you can send a GET request to the bookingBusinesses endpoint and get the calendarView for the date range as documented here:

    GET /bookingBusinesses/{id}/calendarView?start={start-value}&end={end-value}

    See sample request in graph explorer below: 75397-bookingsfiltered.png

    Also, please note that Customer Booking is available in beta and these APIs are subject to change and not supported in production.

    Thanks,

    Diana (MSFT)

    0 comments No comments

  2. Pascal Altpeter 1 Reputation point
    2021-03-20T00:01:49.937+00:00

    Hey @Diana Wanjuhi thank you for your response.
    I think i was to quick with my question and didn't state it correctly. My actual problem is that most of our appointments are with more than one customer. I haven't found a way to get details from everyone attending the appointment. No or only one customer are showing up in the json response. Is there a way to display it?