Stempelungen
Stempelungen auflisten
Events for a date range
AuthentifizierungBearer <token>
Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).
Ort: header
Pfadparameter
employee*string
The employee ID
Format
uuidstart*string
end*string
Response-Body
application/json
application/json
application/json
curl -X GET "https://example.com/employees/497f6eca-6276-4993-bfeb-53cbbbba6f08/events/string/string"{ "data": [ { "id": "string", "employee_id": "string", "state": "string", "type": "string", "timestamp": "string", "latitude": "string", "longitude": "string", "accuracy": "string", "nfc_tag_id": "string", "client_ip": "string", "metadata": "string", "early": 0, "created_at": "string", "updated_at": "string" } ]}Mobiler Status GET
Documented exception to the `data`-envelope standard (ADR 0005): the payload stays flat for the mobile clients.
Team-Live-Status GET
Status of all visible employees for one calendar day (planned shift, clock state, lateness, no-show). The optional query parameter `date` (`Y-m-d`, tenant timezone) selects the day; without it today is returned. Sits in the `manager` block without a module gate: the roster fields degrade gracefully when the shift_roster module is disabled