Registrations
A registration links a student's transcript to a specific unit, recording their enrolment. Registrations also hold grade data: partial grades, a final grade, publication status, and the awarded flag.
Use the bulk endpoints to register or update grades for multiple students or multiple units in a single request. Use the per-unit list endpoint to pull all student grades for a unit for export to an external gradebook or SIS.
Registrations Operations
- get/apis/registrations/profiles/{profile_id}/registrations
- post/apis/registrations/profiles/{profile_id}/registrations
- patch/apis/registrations/profiles/{profile_id}/registrations
- get/apis/registrations/units/{unit_id}/registrations
- patch/apis/registrations/units/{unit_id}/registrations
- post/apis/units/units/{unit_id}/grades