Stampfactory
Dokumentation
Stempelungen

Team-Live-Status

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

GET
/team/live_status
AuthentifizierungBearer <token>

Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).

Ort: header

Query-Parameter

date?|
Formatdate

Response-Body

application/json

application/json

application/json

curl -X GET "https://example.com/team/live_status"
{  "date": "string",  "employees": "string"}