API structure has changed
10 structure changes including:
10 Modifications
Modified
10
Breaking
GET /v1/families/
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
- Query
- relations query parameter Added
GET /v1/families/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
primaryContactName, studentNames 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
- contacts, students properties Added
-
primaryContactName, studentNames properties Removed
-
application/json content type Modified
- Query
- relations query parameter Added
GET /v1/students/
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
- Query
- relations query parameter Added
GET /v1/students/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- family property Added
-
application/json content type Modified
PATCH /v1/families/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
primaryContactName, studentNames 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
- contacts, students properties Added
-
primaryContactName, studentNames properties Removed
-
application/json content type Modified
PATCH /v1/students/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- family property Added
-
application/json content type Modified
POST /v1/families/
- Response
-
200 response Modified
-
application/json content type Modified
-
primaryContactName, studentNames 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
- contacts, students properties Added
-
primaryContactName, studentNames properties Removed
-
application/json content type Modified
POST /v1/families/{id}/restore
- Response
-
200 response Modified
-
application/json content type Modified
-
primaryContactName, studentNames 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
- contacts, students properties Added
-
primaryContactName, studentNames properties Removed
-
application/json content type Modified
POST /v1/students/
- Response
-
200 response Modified
-
application/json content type Modified
- family property Added
-
application/json content type Modified
POST /v1/students/{id}/restore
- Response
-
200 response Modified
-
application/json content type Modified
- family property Added
-
application/json content type Modified