Retour à Microsoft Booking
Connecter Knoon AI avec Microsoft Booking (Microsoft) pour automatiser les flux de travail AI.
Search appointments in a booking business within an optional time window.
microsoftBookingSearchAppointments
Bêta
Autorisations
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| businessId | file | Booking business to use (select from your connected Microsoft Bookings businesses). | Oui |
| start | mustache | Inclusive lower bound for appointment start in ISO 8601. | Oui |
| end | mustache | Exclusive upper bound for appointment end in ISO 8601. | Oui |
| customerEmail | mustache | Optional customer email to filter appointments. Matches the primary customer on the appointment. | Non |
| maxResults | mustache | Maximum number of appointments to return. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| 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. |