Skip to main content
GET
/
check-in
/
clock-in
/
{time_entry_id}
/
logs
Get Clock In Logs
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"
  }
]

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

time_entry_id
string
required

Response

Successful Response

Summary view of a CREATED clock-in log

id
string
required
clockInRecordId
string
required
createdDate
string<date-time>
required
actionType
string
default:CREATED
Allowed value: "CREATED"