Change Updates

Do not miss any Connect API changes, ever again

Subscribe to the Connect API changelog to be up to date on recent changes.

RSS

Aug 13, 2024

main
1.1.0
Compare

API Update: New Class and Cohort Endpoints

New Features

Create Class (POST /classes): Create classes within an academic year

Get Class (GET /classes/{classId}): Get a class by ID

Assign Class Teachers (POST /classes/{classId}/teachers): Assign one or more teachers to a class

Assign Class Students (POST /classes/{classId}/students): Assign one or more students to a class

Create Cohort (POST /smart-ia/cohorts): Create cohorts within an academic year

Get Cohort (GET /smart-ia/cohorts/{cohortId}): Get a cohort by ID

6 structure changes including:
6 Additions
Added 6
GET /classes/{classId}
GET /smart-ia/cohorts/{cohortId}
POST /classes
POST /classes/{classId}/students
POST /classes/{classId}/teachers
POST /smart-ia/cohorts