All notable changes to the Patholytix API are documented here. Deprecation notices appear here in advance of any retirement.
July 2026 — v1.0 — Initial Release
Studies
| Operation | Method | Path |
|---|
| Create a study | POST | /api/v1/studies |
| List studies | GET | /api/v1/studies |
| Get a study | GET | /api/v1/studies/{studyId} |
| Update a study | PUT | /api/v1/studies/{studyId} |
| Delete a study | DELETE | /api/v1/studies/{studyId} |
Subjects
| Operation | Method | Path |
|---|
| Create a subject | POST | /api/v1/studies/{studyId}/subjects |
| List subjects | GET | /api/v1/studies/{studyId}/subjects |
| Get a subject | GET | /api/v1/studies/{studyId}/subjects/{subjectId} |
| Update a subject | PUT | /api/v1/studies/{studyId}/subjects/{subjectId} |
| Delete a subject | DELETE | /api/v1/studies/{studyId}/subjects/{subjectId} |
Organs
| Operation | Method | Path |
|---|
| Create an organ | POST | /api/v1/studies/{studyId}/organs |
| List organs | GET | /api/v1/studies/{studyId}/organs |
| Get an organ | GET | /api/v1/studies/{studyId}/organs/{organId} |
| Update an organ | PUT | /api/v1/studies/{studyId}/organs/{organId} |
| Delete an organ | DELETE | /api/v1/studies/{studyId}/organs/{organId} |
Codes
| Operation | Method | Path |
|---|
| Create codes dictionary | POST | /api/v1/studies/{studyId}/codes |
| Get codes dictionary | GET | /api/v1/studies/{studyId}/codes |
| Update codes dictionary | PUT | /api/v1/studies/{studyId}/codes |
Findings (read-only)
| Operation | Method | Path |
|---|
| List findings | GET | /api/v1/studies/{studyId}/findings |
| Get a finding | GET | /api/v1/studies/{studyId}/findings/{findingId} |
Findings are created by pathologists within the Patholytix application and are read-only via the Integration API. List findings supports optional filtering by subjectId and/or organId.