API structure has changed
5 structure changes including:
5 Modifications
Modified
5
GET /v1/families/
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
GET /v1/families/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- primaryContactName, studentNames properties Added
-
application/json content type Modified
PATCH /v1/families/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- primaryContactName, studentNames properties Added
-
application/json content type Modified
POST /v1/families/
- Response
-
200 response Modified
-
application/json content type Modified
- primaryContactName, studentNames properties Added
-
application/json content type Modified
POST /v1/families/{id}/restore
- Response
-
200 response Modified
-
application/json content type Modified
- primaryContactName, studentNames properties Added
-
application/json content type Modified