v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Attendance > EstimatedTime

Reads all Estimated times

Get information about estimated data for a given date range and a bunch of employees.

get/api/2026-07-01/resources/attendance/estimated_times

Query parameters

start_onstring required
end_onstring required
employee_ids[]string[] required

Response

OK

Example response

{
  "data": [
    {
      "id": "1_2025-02-01"
    }
  ]
}