חזרה אל Microsoft Booking
התחבר ל-Knoon AI עם Microsoft Booking (Microsoft) כדי לאוטומטי תהליכי עבודה של AI.
Fetch a single booking appointment by ID.
microsoftBookingGetAppointment
בטא
הרשאות
הרשאות אופציונליות
אין פריטים להצגה.
פרמטרים
| שם | סוג | תיאור | נדרש |
|---|---|---|---|
| businessId | file | Booking business. | כן |
| appointmentId | mustache | Appointment ID to fetch. | כן |
| customerEmailAddress | mustache | Optional customer email that must match for the appointment to be returned. | לא |
החזרות
| שם | סוג | תיאור |
|---|---|---|
| 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. |