Skip to main content

Changelog

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

OperationMethodPath
Create a studyPOST/api/v1/studies
List studiesGET/api/v1/studies
Get a studyGET/api/v1/studies/{studyId}
Update a studyPUT/api/v1/studies/{studyId}
Delete a studyDELETE/api/v1/studies/{studyId}

Subjects

OperationMethodPath
Create a subjectPOST/api/v1/studies/{studyId}/subjects
List subjectsGET/api/v1/studies/{studyId}/subjects
Get a subjectGET/api/v1/studies/{studyId}/subjects/{subjectId}
Update a subjectPUT/api/v1/studies/{studyId}/subjects/{subjectId}
Delete a subjectDELETE/api/v1/studies/{studyId}/subjects/{subjectId}

Organs

OperationMethodPath
Create an organPOST/api/v1/studies/{studyId}/organs
List organsGET/api/v1/studies/{studyId}/organs
Get an organGET/api/v1/studies/{studyId}/organs/{organId}
Update an organPUT/api/v1/studies/{studyId}/organs/{organId}
Delete an organDELETE/api/v1/studies/{studyId}/organs/{organId}

Codes

OperationMethodPath
Create codes dictionaryPOST/api/v1/studies/{studyId}/codes
Get codes dictionaryGET/api/v1/studies/{studyId}/codes
Update codes dictionaryPUT/api/v1/studies/{studyId}/codes

Findings (read-only)

OperationMethodPath
List findingsGET/api/v1/studies/{studyId}/findings
Get a findingGET/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.