Retrieve Reports Internal Note

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

ParameterTypeRequiredDescription
idintegerYesThe 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"
  }
]
Path Params
integer
required

Report ID

integer
required

Internal Note ID

Response

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json