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

22 days ago

main
1.5.0
Compare
1.5.0

New Class, Cohort, User and Student Endpoints

New Features

List Classes (GET /classes): Provides a paginated list of classes that can be filtered by academic year and class name

List Cohorts (GET /smart-ia/cohorts): Provides a paginated list of cohorts that can be filtered by academic year and cohort name

Update Student Details (PATCH /students/{userId}/details): Update a student's date of birth or gender

Update User Name (PUT /users/{userId}/name): Update a user's name

Update User Password (PUT /users/{userId}/password): Change a user's password

5 structure changes including:
5 Additions
Added 5
GET /classes
GET /smart-ia/cohorts
PATCH /students/{userId}/details
PUT /users/{userId}/name
PUT /users/{userId}/password