Past Appointments
Use the pastAppointments
query to retrieve the list of appointments that have occurred for the user.
Arguments
Argument | Type | Description |
---|---|---|
| Int | Retrieves the first results from the list. |
| Int | Retrieves the last results from the list. |
| String | See pagination. |
| String | See pagination. |
| DateTime | Set start date to retrieve results. |
| DateTime | Set end date to retrieve results. |
Available Fields
Field | Type | Description |
| ID | A base64-encoded version of the |
| AppointmentCredit | |
| AppointmentType! | |
| string | |
| string | Coaching portal Coach. |
| CalendarContactType! | enum: GOOGLE_MEET, PHONE_CALL, VIDEO_CALL, ZOOM |
| String | Description of the appointment. |
| DateTime! | Date and time when the appointment will end. |
| LabTestReportConnection | Lab test report assigned to the appointment. |
| String | URL of the meeting. |
| PostEventStatus | enum: CANCELED_BY_COACH, CANCELED_BY_MEMBER, COACH_NO_SHOW COMPLETED, MEMBER_NO_SHOW, RESCHEDULED_BY_ADMIN, RESCHEDULED_BY_COACH, RESCHEDULED_BY_MEMBER, SCHEDULED |
| DateTime! | Date and time when the appointment will start. |
| EventStatus! | enum: CANCELLED, CONFIRMED, TENTATIVE, UNKNOW |
| String! | Title of the appointment. |
| String | Zoom session name. |
| String | Zoom session password. |
Example
Last updated