Skip to main content
GET
/
check-in
/
clock-in
/
history
List Time Entries
curl --request GET \
  --url https://api.decodahealth.com/check-in/clock-in/history \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
[
  {
    "id": "<string>",
    "userId": "<string>",
    "startTime": "2023-11-07T05:31:56Z",
    "locationId": "<string>",
    "endTime": "2023-11-07T05:31:56Z"
  }
]

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Query Parameters

start
string<date-time> | null
end
string<date-time> | null
user_ids
string[] | null
location_ids
string[] | null

Response

Successful Response

id
string
required
userId
string
required
startTime
string<date-time>
required
locationId
string
required
endTime
string<date-time> | null