The Class Event API provides scheduled classes related to the courses, including identifiers showing which franchises are selling and delivering the classes.
Specifies the page number of results to retrieve. Default is 1
Specifies the maximum number of results per page. Default is 10.
The Id of the course
The Id of the class (Unique Identifier)
ID of Franchise GROUP that owns the class e.g. “151” relates to Siathas Greece Group
ID of Franchise site, e.g. “12966” relates to “Athens – Greece”
char text code for Site, e.g. “ATS” relates to “Athens – Greece”
Readable name of class Site
Details of the core category, type,
etc
Name of class event, e.g the course title, “Excel 2019 – Part 1”
when class starts, e.g. 2024-06- 03T18:00:00 (SQL datetime format, both date and time)
when class ends, e.g. 2024-06- 06T20:00:00
date component, no time, e.g. 2024-06-03
date component, no time, e.g. 2024-06-06
class start time, time component only, e.g. 18:00
class end time, time component only, e.g. 20:00
MasterProductList code, e.g.
“NH91078S-OLL”
dentifier used in LMS that includes site codes and modality, e.g. “ATS- NCO_LMS_1836498_OLL”
The class is cancelled or still active
Cost
integer that indicates delivery method ex: 2
text version of delivery method,
e.g. “OLL” (online Live)
Boolean flag – is this class Guaranteed to Run or not.
franchise Site ID where class is
being hosted from, e.g. “7934”
3-letter code for hosting site, e.g.
“NCO”
Identifier for overall franchise
{
"totalPages": 5,
"currentPage": 1,
"events": [
{
"CourseID": "1035992364",
"ClassID": "2012966000038552300",
"OwnerID": 151,
"SiteID": 12966,
"SiteCode": "ATS",
"SiteName": "Athens",
"Core": "...",
"Name": "Excel 2019 - Part 1",
"StartDateTime": "2024-06-03T18:00:00",
"EndDateTime": "2024-06-06T20:00:00",
"StartDate": "2024-06-03",
"EndDate": "2024-06-06",
"StartTime": "18:00",
"EndTime": "20:00",
"MPL": "NH91078S-OLL",
"CMSClassNumber": "ATS-NCO_LMS_1836498_OLL",
"Cancelled": false,
"Price": "...",
"ModalityID": 2,
"Modality": "OLL",
"GTR": true,
"HostingSiteID": 7934,
"HostingSiteCode": "NCO",
"FranchiseID": "..."
}
]
}