Report Internal Notes allow practices to attach private notes to reports (documents) that are only visible to practice staff and not to patients. These notes are useful for internal communication and documentation purposes.
Available Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/2.0/reports/{id}/internal_notes/ | List Reports Internal Notes |
| GET | /api/2.0/reports/{id}/internal_notes/{note_id}/ | Retrieve Reports Internal Note |
| POST | /api/2.0/reports/{id}/internal_notes/ | Create Reports Internal Note |
| PATCH | /api/2.0/reports/{id}/internal_notes/{note_id}/ | Partially Update Reports Internal Note |
| DELETE | /api/2.0/reports/{id}/internal_notes/{note_id}/ | Delete Reports Internal Note |
