cURL
curl --request GET \ --url https://{tenantId}.api.nestmed.com/api/v1/patients/{patientId}/history \ --header 'Authorization: Bearer <token>'
[ { "versionId": "<string>", "updatedAt": "2023-11-07T05:31:56Z", "updatedBy": "<string>", "resource": {} } ]
Retrieves a version history of the patient resource for audit purposes.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A list of patient resource versions, from most to least recent.
ID of the user who made the change.
The full resource object at that version.