חזרה אל Microsoft Booking
התחבר ל-Knoon AI עם Microsoft Booking (Microsoft) כדי לאוטומטי תהליכי עבודה של AI.
Search appointments in a booking business within an optional time window.
microsoftBookingSearchAppointments
בטא
הרשאות
הרשאות אופציונליות
אין פריטים להצגה.
פרמטרים
| שם | סוג | תיאור | נדרש |
|---|---|---|---|
| businessId | file | Booking business to use (select from your connected Microsoft Bookings businesses). | כן |
| start | mustache | Inclusive lower bound for appointment start in ISO 8601. | כן |
| end | mustache | Exclusive upper bound for appointment end in ISO 8601. | כן |
| customerEmail | mustache | Optional customer email to filter appointments. Matches the primary customer on the appointment. | לא |
| maxResults | mustache | Maximum number of appointments to return. | לא |
החזרות
| שם | סוג | תיאור |
|---|---|---|
| status | string | DONE. |
| appointments.start | string | Start date/time in ISO 8601. |
| appointments.end | string | End date/time in ISO 8601. |
| appointments.startDayOfWeekLocal | string | Day of week of the appointment start in local time (e.g. "Monday"). |
| appointments.startDayOfWeekUTC | string | Day of week of the appointment start in UTC (e.g. "Monday"). |
| appointments.endDayOfWeekLocal | string | Day of week of the appointment end in local time. |
| appointments.endDayOfWeekUTC | string | Day of week of the appointment end in UTC. |
| appointments.sensitive.appointmentId | string | Appointment ID. |
| appointments.sensitive.serviceId | string | Service ID. |
| appointments.sensitive.serviceName | string | Service name. |
| appointments.sensitive.customerName | string | Customer name. |
| appointments.sensitive.staffMemberIds | array | Assigned staff member IDs. |
| appointments.sensitive.isCancelled | boolean | Whether cancelled. |
| appointments.confidential.htmlLink | string | Link to view the appointment if available. |