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