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} | Get Note By Id |
| POST | /api/2.0/notes | Create Note |
| PATCH | /api/2.0/notes/{note_id} | Update Note By Id |
| DELETE | /api/2.0/notes/{note_id} | Delete Note By Id |
