cURL
curl --request GET \ --url https://api.decodahealth.com/check-in/clock-in/{time_entry_id}/logs \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
[ { "id": "<string>", "clockInRecordId": "<string>", "createdDate": "2023-11-07T05:31:56Z", "actionType": "CREATED" } ]
Get all audit logs for a specific clock-in record. Shows who edited the clock-in record, when, and what changed.
The tenant you are making this request on behalf of
Your api key
Successful Response
Summary view of a CREATED clock-in log
"CREATED"