Назад к 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. |