Zurück zu Microsoft Booking
Verbinde Knoon AI mit Microsoft Booking (Microsoft), um KI-Workflows zu automatisieren.
Fetch a single booking appointment by ID.
microsoftBookingGetAppointment
Beta
Berechtigungen
Optionale Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Parameter
| Name | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| businessId | file | Booking business. | Ja |
| appointmentId | mustache | Appointment ID to fetch. | Ja |
| customerEmailAddress | mustache | Optional customer email that must match for the appointment to be returned. | Nein |
Rückgaben
| Name | Typ | Beschreibung |
|---|---|---|
| status | string | DONE or ERROR. |
| start | string | Start date/time in ISO 8601. |
| end | string | End date/time in ISO 8601. |
| sensitive.appointmentId | string | Appointment ID. |
| sensitive.serviceId | string | Service ID. |
| sensitive.serviceName | string | Service name. |
| sensitive.customerName | string | Customer name. |
| sensitive.customerEmailAddress | string | Customer email. |
| sensitive.staffMemberIds | array | Assigned staff member IDs. |
| sensitive.isCancelled | boolean | Whether cancelled. |
| confidential.htmlLink | string | Link to view the appointment if available. |