Microsoft Booking öğesine geri dön
Knoon AI'yi Microsoft Booking (Microsoft) ile bağlayarak AI iş akışlarını otomatikleştirin.
Fetch a single booking appointment by ID.
microsoftBookingGetAppointment
BETA
İzinler
İsteğe bağlı izinler
Gösterilecek öğe yok.
Parametreler
| İsim | Tür | Açıklama | Gerekli |
|---|---|---|---|
| businessId | file | Booking business. | Evet |
| appointmentId | mustache | Appointment ID to fetch. | Evet |
| customerEmailAddress | mustache | Optional customer email that must match for the appointment to be returned. | Hayır |
İadeler
| İsim | Tür | Açıklama |
|---|---|---|
| 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. |