Upcoming Appointments
Last updated
Was this helpful?
Was this helpful?
query {upcomingAppointments
{
edges{
node{
title
start
end
id
coach{
name
}
}
}
}
}{
"data": {
"upcomingAppointments": {
"edges": [
{
"node": {
"title": "Test qa",
"start": "2024-02-01T19:30:00+00:00",
"end": "2024-02-01T20:00:00+00:00",
"id": "QXBwb2ludG1lbnQ6MjA4NDQ=",
"coach": {
"name": "Suggestic Admin Coach"
}
}
}
]
}
}
}query {upcomingAppointments
{
edges{
node{
id
start
zoomSessionName
zoomSessionPassword
attendees{
displayName
}
}
}
}
}{
"data": {
"upcomingAppointments": {
"edges": [
{
"node": {
"id": "QXBwb2ludG1lbnQ6MjcxNDA=",
"start": "2024-06-06T00:00:00+00:00",
"zoomSessionName": "QltDAwXugsP0jE16fM0mSM69RMDOlEpwtHaBSuXbIwYg5USSZ1ivbK2NH2L",
"zoomSessionPassword": "GuH5QrNtlo",
"attendees": [
{
"displayName": "User"
}
]
}
}
]
}
}
}https://coaching.suggestic.com/calls/join?topic=[zoomSessionName]&password=[zoomSessionPassword]&userName=[user/coach name]https://coaching.suggestic.com/calls/join?topic=QltDAwXugsP0jE16fM0mSM69RMDOlEpwtHaBSuXbIwYg5USSZ1ivbK2NH2L&password=GuH5QrNtlo&userName=User