> ## 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.

# The Note Object

The following documentation supports our new Elation Note product, which is still in Beta.

## Available Endpoints

| Method | Endpoint                   | Description             |
| ------ | -------------------------- | ----------------------- |
| GET    | `/api/2.0/notes`           | List notes              |
| GET    | `/api/2.0/notes/{note_id}` | Retrieve a note         |
| POST   | `/api/2.0/notes`           | Create a note           |
| PATCH  | `/api/2.0/notes/{note_id}` | Partially update a note |
| DELETE | `/api/2.0/notes/{note_id}` | Delete a note           |
