Skip to main content
GET
/
api
/
2.0
/
reports
/
{id}
/
internal_notes
Retrieve Reports Internal Note
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
}

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.

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

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