get
https://sandbox.elationemr.com/api/2.0/reports//internal_notes//
Retrieve a specific internal note for a report
Returns a list of all internal notes associated with the specified report. Internal notes are private practice notes that are not visible to patients.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | The unique identifier of the report |
Response
Returns an array of internal note objects associated with the report.
Example Response
[
{
"id": 127362,
"document": 322134,
"text": "This is an internal note for the report"
}
]