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