For AI agents: visit https://docs.elationhealth.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Method | Endpoint | Description |
|---|
| GET | /api/2.0/reports/ | List Reports |
| GET | /api/2.0/reports/{id}/ | Retrieve Report |
| POST | /api/2.0/reports/ | Create Report |
| PATCH | /api/2.0/reports/{id}/ | Partially Update Report |
| PUT | /api/2.0/reports/{id}/ | Update Report |
| DELETE | /api/2.0/reports/{id}/ | Delete Report |
| GET | /api/2.0/reports/{id}/files/ | List Reports Files |
| GET | /api/2.0/reports/{id}/files/{file_id}/ | Retrieve Reports File |
| GET | /api/2.0/reports/{id}/printable/ | Retrieve a printable view of a report |