Skip to main content
POST
/
api
/
2.0
/
reports
/
{id}
/
internal_notes
Create Reports Internal Note
curl --request POST \
  --url https://sandbox.elationemr.com/api/2.0/reports/{id}/internal_notes/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "text": "<string>"
}
'
{
  "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

Body

application/json
text
string
required

The internal note text content

Maximum string length: 256

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.