The Classes dataset provides detailed information about each class configured for the district in LiftEd.
This page explains the structure and contents of the class_<date>_<time>.csv file included in your LiftEd BI Data Export.
The column order listed here will be left to right in the export
File name: class_<date>_<time>.csv
Column | Data Type | Example Value | Data Defintions |
id | GUID | Eg: 8d7763f8-86b1-4712-9b01-03f0f7aa9b9f | LiftEd special number for this class |
class_name | string | Eg: Page's Class | Display name of the class |
primary_teacher_id | GUID | Eg: 1574bb5c-0aa0-5117-b305-f48e68378860 | Staff member who owns/leads the class (Need to confirm from Ryan) |
school_ids | Array<GUID> | Eg: 433a5b46-954f-4a66-bd63-d658531cc791 | School(s) this class belongs to |
assigned_staff_ids | Array<GUID> | Eg: 6b5f3468-e5d0-5e90-9e91-11557e717d87; d174faaf-c6da-520f-7e81-5ded92f694e1 | Staff assigned to the class |
assigned_student_ids | Array<GUID> | Eg: a6598ed6-d9c0-4f3e-af1c-c8068f65ac7b; 18cd42f9-a1dd-4859-a03b-6cf35263d8b6 | Students in the class |
grade_levels | Array<GradeLevelEnum> | Eg:GradeNine; GradeTen; GradeEleven | Grades served by this class |
is_deleted | Boolean | Eg: True or False | Indicates if the record has been soft deleted |
Example: class_20251027_080000.csv
Tip: Click on the image to view it in full size, and click < to go back.

