Supported Functionality
Single Sign-On (SSO)
Edlink supports Single Sign-On (SSO) via toddle using OAuth. This provides seamless access to connected platforms for schools by allowing user to login with their toddle credentials.
Rostering
Edlink imports essential rostering data from Toddle, including people, classes, and enrollments.
Extended Rostering
The Toddle API does not support the extended rostering models provided by Edlink like attendance and incidents.
See below for the full list of supported models.
Coursework and Grade Management
Edlink's integration with Toddle supports grade passback via Assignments and Submissions.
Assignments
| Operation | Supported |
|---|---|
| List | Yes |
| Get | Yes |
| Create | Yes |
| Update | Yes |
| Delete | No |
When creating an assignment:
- A
session_idis required (mapped to Toddle'sgradingPeriodId). points_possibleenables Toddle'sSCOREassessment tool.- If
grading_typeis omitted, Toddle'sCOMMENTassessment tool is also enabled. assignee_modeofindividualsusesassignee_external_ids; otherwise all enrolled students are assigned.due_date,display_date,end_date, andcategory_external_idare supported.
Toddle does not support deleting assignments via its API.
Submissions
| Operation | Supported |
|---|---|
| List | Yes |
| Get | Yes |
| Update (grade passback) | Yes |
| Submit | No |
| Reclaim | No |
| Return | No |
| File download | No |
Grade passback on update supports:
grade_points→ ToddleSCOREassessment toolgrade_comment→ ToddleCOMMENTassessment tool
If the Toddle assignment was not configured with the matching assessment tool, Edlink returns a warning and skips that field. Rubric criteria ratings may be read from Toddle but cannot be written back. Student file submission, reclaim, return, and attachment download are not supported by the Toddle API.