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/app/published_events/ | List Published Events |
| GET | /api/2.0/app/published_events/{event_id}/ | Get a Published Event |
| PATCH | /api/2.0/app/published_events/{event_id}/ | Partially Update App Published Event |
| PUT | /api/2.0/app/published_events/{event_id}/ | Update a Published Event |
| GET | /api/2.0/app/subscriptions/ | List Subscriptions |
| GET | /api/2.0/app/subscriptions/{id}/ | Get a Subscription |
| POST | /api/2.0/app/subscriptions/ | Subscribe to a resource updates |
| DELETE | /api/2.0/app/subscriptions/{id}/ | Delete a Subscription |