Wróć do Microsoft Booking
Połącz Knoon AI z Microsoft Booking (Microsoft), aby zautomatyzować przepływy pracy AI.
Fetch a single booking appointment by ID.
microsoftBookingGetAppointment
BETA
Uprawnienia
Uprawnienia opcjonalne
Brak elementów do wyświetlenia.
Parametry
| Nazwa | Typ | Opis | Wymagane |
|---|---|---|---|
| businessId | file | Booking business. | Tak |
| appointmentId | mustache | Appointment ID to fetch. | Tak |
| customerEmailAddress | mustache | Optional customer email that must match for the appointment to be returned. | Nie |
Zwroty
| Nazwa | Typ | Opis |
|---|---|---|
| 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. |