Change Updates

Do not miss any AlzAware API changes, ever again

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

RSS

May 1, 2024

main
v1
Compare

API structure has changed

35 structure changes including:
17 Breaking changes
17 Additions
1 Modification
17 Removals
Modified 1
POST /api/patients/create
  • Body
  • application/json content type Modified
    • adminId property Added
  • text/json content type Modified
    • adminId property Added
  • application/*+json content type Modified
    • adminId property Added
  • Response
  • 200 response Modified
    • text/plain content type Modified
      • adminId property Added
    • application/json content type Modified
      • adminId property Added
    • text/json content type Modified
      • adminId property Added
Removed 17 Breaking
DELETE /api/Medicine/api/medicine/delete/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
DELETE /api/admins/delete/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/Medicine/api/medicine/all
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/Medicine/api/medicine/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/admins/all
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/admins/all/{pageNumber}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/admins/get-by-name/{name}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/admins/{ssn}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/patients/all
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/patients/all/{pageNumber}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/patients/search/{key}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/patients/search/{key}/{pageNumber}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/patients/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/Medicine/api/medicine/create
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/add-relatives/create/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/admins/change-password/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PUT /api/Medicine/api/medicine/update/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 17
DELETE /api/admins/delete
DELETE /api/medicines/delete/{id}
GET /api/admins/change-password
GET /api/admins/get-admin/{ssn}
GET /api/admins/get-all-admins
GET /api/admins/get-all-admins-paged/{pageNumber}/{pageSize}
GET /api/admins/get-all-by-name/{name}
GET /api/medicines/get-all
GET /api/medicines/get/{id}
GET /api/patients/find/{key}
GET /api/patients/find/{key}/{pageNumber}/{pageSize}
GET /api/patients/get-all
GET /api/patients/get-all/{pageNumber}/{pageSize}
GET /api/patients/get/{id}
POST /api/addrelatives/{patientId}
POST /api/medicines/create
PUT /api/medicines/update{id}