Documentation Index
Fetch the complete documentation index at: https://docs.deandesk.com/llms.txt
Use this file to discover all available pages before exploring further.
School-level feature — managed within your school portal at
yourschool.deandesk.com. Admin role required.What’s in the export
The export covers:| Resource | Source data |
|---|---|
| Students | User Management student records |
| Schools / education organizations | Your school configuration |
| Courses | Courses you’ve created |
| Sections | Courses scoped to terms or instructors |
| Student section associations | Course enrollments |
| Calendar events | Academic calendar entries |
| Attendance events | Attendance records — full list or exceptions only |
| Grades | Gradebook grades and term grades |
Preview the export
The Ed-Fi preview is admin-only. From the Admin Dashboard, navigate to Integrations → Ed-Fi Preview.Pick the attendance mode
Choose how attendance events are returned:
Exceptions-only is much smaller and is often what state reporting requires.
| Mode | What it returns |
|---|---|
| All | Every attendance record for every student/day |
| Exceptions only | Only non-present records (absent, tardy, excused) |
Run the preview
Click Preview. DeanDesk returns a JSON document containing each Ed-Fi resource as a top-level array.
Common workflows
State reporting
Most states accept Ed-Fi-aligned data for their annual reports. Use Exceptions only for attendance to keep the file size manageable, and run the preview at the close of each reporting window.Feeding a data warehouse
If you maintain a central data warehouse, you can poll the Ed-Fi preview endpoint on a schedule and ingest the resulting JSON. Each resource is a top-level array with stable identifiers, so you can run incremental updates.Validating data quality
The preview is also a useful data quality check. If a student is missing from the export, that often means their User record is missing required fields (date of birth, grade level). Use the preview to catch these gaps before a reporting deadline.The Ed-Fi export is a read-only projection of your DeanDesk data. It does not modify any records or push data into Ed-Fi systems automatically — that’s the job of whatever pipeline you build on top of it.