Change Updates

Do not miss any Class Manager API changes, ever again

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

RSS

Dec 19, 2024

prod
0.0.13
Compare
0.0.13

API structure has changed

4 structure changes including:
4 Modifications
Modified 4 Breaking
GET /v1/attendances/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • createdAt, updatedAt properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
GET /v1/attendances/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • createdAt, updatedAt properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
GET /v1/lessons/{fromDate}/{toDate}
  • Query
  • where query parameter Modified
    • staffId query parameter Modified
      • Query parameter is no longer required
    • studentId query parameter Added
POST /v1/attendances/{id}/restore
  • Response
  • 200 response Modified
    • application/json content type Modified
      • createdAt, updatedAt properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking