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
-
Removing a resource is always breaking unless it was deprecated before
-
createdAt, updatedAt properties Removed
-
data property Modified
-
application/json content type Modified
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
-
Removing a resource is always breaking unless it was deprecated before
-
createdAt, updatedAt properties Removed
-
application/json content type Modified
GET /v1/lessons/{fromDate}/{toDate}
- Query
-
where query parameter Modified
-
staffId query parameter Modified
- Query parameter is no longer required
- studentId query parameter Added
-
staffId query parameter Modified
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
-
Removing a resource is always breaking unless it was deprecated before
-
createdAt, updatedAt properties Removed
-
application/json content type Modified