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. |