Skip to main content
GET
/
api
/
2.0
/
reports
/
{id}
/
internal_notes
/
List Reports Internal Notes
curl --request GET \
  --url https://sandbox.elationemr.com/api/2.0/reports/{id}/internal_notes/ \
  --header 'Authorization: Bearer <token>'
[
  {
    "text": "<string>",
    "document": 123,
    "id": 123
  }
]
Internal notes are visible only to practice staff and are not shown to patients.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
integer
required

Report ID

Response

200 - application/json
text
string
required

The internal note text content

Maximum string length: 256
document
integer
read-only

The report (document) ID this note belongs to

id
integer
read-only

The id of the internal note.