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

Jul 5, 2024

main
v1
Compare

API structure has changed

12 structure changes including:
3 Breaking changes
3 Additions
6 Modifications
3 Removals
Modified 6
GET /api/Admin/GetAdmin
  • Response
  • 200 response Modified
    • text/plain content type Modified
      • id property Added
    • application/json content type Modified
      • id property Added
    • text/json content type Modified
      • id property Added
GET /api/Admin/GetAllAdmins
  • Response
  • 200 response Modified
    • text/plain, application/json, text/json content types Modified
GET /api/Admin/GetAllAdmins{pageNumber}
  • Response
  • 200 response Modified
    • text/plain, application/json, text/json content types Modified
GET /api/Admin/GetAllByName{name}
  • Response
  • 200 response Modified
    • text/plain, application/json, text/json content types Modified
GET /api/Medicine/GetAllMedicines
  • Response
  • 200 response Modified
    • text/plain, application/json, text/json content types Modified
GET /api/Medicine/GetMedicine/{id}
  • Response
  • 200 response Modified
    • text/plain content type Modified
      • id property Added
    • application/json content type Modified
      • id property Added
    • text/json content type Modified
      • id property Added
Removed 3 Breaking
DELETE /api/Patient/DeletePatient{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/Patient/GetPatient{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PUT /api/Patient/UpdatePatient{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 3
DELETE /api/Patient/{id}
GET /api/Patient/{id}
PUT /api/Patient/{id}