Notes
List Notes
Returns a paginated list of note metadata
GET
List Notes
Documentation Index
Fetch the complete documentation index at: https://help.elationhealth.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Limit for pagination
Required range:
1 <= x <= 100Offset for pagination
Filter by practice ID
True to filter to draft notes only. False to include only signed notes. Omit to include both.
Filter by patient ID
Comma separated list of provider IDs
Previous
Get Note By IdGet a specific note
This endpoint fetches a note without creating a snapshot. The snapshot is used for conflict
resolution when multiple sources are concurrently updating the note.
To fetch a note for editing that requires conflict resolution, use the `/notes/{note_id}/edit`
endpoint instead.
Next
List Notes