العودة إلى Microsoft Booking
اتصل بـ Knoon AI مع Microsoft Booking (Microsoft) لأتمتة تدفقات عمل الذكاء الاصطناعي.
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. |