curl --request GET \
--url https://api.decodahealth.com/analytics/dashboards/clock-ins/clock-ins \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'{
"data": [
{
"providerId": "<string>",
"providerFirstName": "<string>",
"providerLastName": "<string>",
"locationId": "<string>",
"locationName": "<string>",
"date": "2023-12-25",
"scheduledShifts": [
{
"shiftId": "<string>",
"startTime": "2023-11-07T05:31:56Z",
"endTime": "2023-11-07T05:31:56Z",
"title": "<string>"
}
],
"clockIns": [
{
"id": "<string>",
"startTime": "2023-11-07T05:31:56Z",
"endTime": "2023-11-07T05:31:56Z"
}
],
"totalScheduledMinutes": 123,
"totalWorkedMinutes": 123
}
],
"total": 123
}Get clock-in data, optionally filtered by group
curl --request GET \
--url https://api.decodahealth.com/analytics/dashboards/clock-ins/clock-ins \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'{
"data": [
{
"providerId": "<string>",
"providerFirstName": "<string>",
"providerLastName": "<string>",
"locationId": "<string>",
"locationName": "<string>",
"date": "2023-12-25",
"scheduledShifts": [
{
"shiftId": "<string>",
"startTime": "2023-11-07T05:31:56Z",
"endTime": "2023-11-07T05:31:56Z",
"title": "<string>"
}
],
"clockIns": [
{
"id": "<string>",
"startTime": "2023-11-07T05:31:56Z",
"endTime": "2023-11-07T05:31:56Z"
}
],
"totalScheduledMinutes": 123,
"totalWorkedMinutes": 123
}
],
"total": 123
}The tenant you are making this request on behalf of
Your api key
location, provider, date