Classroom & Events
Payload Example
{
"type": "events",
"data": {
"pathway": {
"name": "My Pathway",
"ID": "FA-HCPG-06RF"
},
"events": [
{
"ID": "FABK-YVUU-89RU",
"type": "event",
"name": "Event",
"start": "2020-10-15T16:15:00+02:00",
"end": "2020-10-15T22:15:00+02:00",
"venue": {
"place": "Cable Car Station",
"location": "Cape Town ZA"
},
"available": 4,
"booked": 2,
"attendees": [
{
"guid": "8bd0705f-c640-4191-9a1c-1a8cc73ad949",
"state": "booked",
"firstname": "Test",
"lastname": "User",
"email": "test@example.com",
"country": "South Africa",
"city": "Cape Town"
},
...etc
]
},
...etc
]
}
}Event Object
Attendee Object
ConsumeLast updated