Transcripts
A transcript is the official academic record for a student's enrolment in a class. It contains the full list of subjects (courses) the student is registered to, their unit registrations, grades, credit totals, and progression data.
Transcripts are created either automatically (when a student is enrolled and a study plan exists) or manually via the API. The transcript_subjects array is the current field; the legacy courses key is deprecated and will be removed in a future version.
Transcripts Operations
- post/apis/profiles/profiles/{profile_id}/roles/{role_id}/transcript
- post/apis/profiles/profiles/{profile_id}/roles/{role_id}/transcript/courses/register
- post/apis/profiles/profiles/{profile_id}/roles/{role_id}/transcript/courses/unregister
- post/apis/profiles/profiles/{profile_id}/roles/{role_id}/transcript/{transcript_id}/unregister
- get/apis/transcripts/profiles/{profile_id}/transcripts
- get/apis/transcripts/study_plans/{study_plan_id}/transcripts
- get/apis/transcripts/transcripts/{transcript_id}
- delete/apis/transcripts/transcripts/{transcript_id}