provider
scribe
note

Get Note Versions

Return minimal data required for NoteSummary for each note version.

NoteSummary requires: id, patient_names, provider_names, version, created_date. We avoid loading heavy relationships and select only the columns needed.

get/notes/{parent_note_id}/revisions

Path parameters

parent_note_idstring required

Headers

TENANTstring required

The tenant you are making this request on behalf of

API-KEYstring required

Your api key

Response

Successful Response

idstring required
patientNamesstring[]
providerNamesstring[]
versioninteger required
createdDatestring date-time required
signedOffProviderIdstring nullable
signedOffDatestring date-time nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.