Bookings API customers information

María Del Carmen Parra Ortega 11 Reputation points
2020-10-21T11:14:57.81+00:00

We use the Bookings app to reserve workplaces

we create an appointment by the reservation form and we make a request off the appointments by the REST API

--> GET https://graph.microsoft.com/beta/bookingBusinesses/{<!-- -->{id}}/appointments
(https://learn.microsoft.com/en-us/graph/api/bookingbusiness-list-appointments?view=graph-rest-beta&tabs=http)

If it's a service with one person, we will see the a customer id and email ok.

33860-image.png

34033-image.png

But, if it's a service with many people, we will see the information about customers equal to null

33996-image.png

34081-image.png

Hoy can we obtain the information in this case?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,646 questions
{count} votes

1 answer

Sort by: Most helpful
  1. María Del Carmen Parra Ortega 11 Reputation points
    2020-10-22T06:58:37.033+00:00

    @Shiva Keshav Varma for our case, we create the appointments from the bookings form. And the details are in Bookings:

    In the calendar:
    34160-microsoftteams-image-9.png

    In the export option:
    34166-microsoftteams-image-10.png

    34241-microsoftteams-image-11.png

    0 comments No comments