Attendance
id
integer?
Attendance ID - cannot be null in PUT/PATCH methods
📶 EQUALS
,ENUM
🔽 NONE
created
timestamp?
Attendance created date and time
📶 EQUALS
, ENUM
, NUMBER
🔽 BOTH
event
enum
Attendance event, one of: LOGIN, LOGOUT, CHECK_IN, CHECK_OUT, PAUSE, PAUSE_END
📶 EQUALS
, ENUM
🔽 NONE
versionDate
timestamp?
Last modification date and time
📶 EQUALS
, ENUM
, NUMBER
🔽 BOTH
JSON
{
"_cloudId": <integer>,
"_branchId": <integer>,
"_employeeId": <long>,
"created": <timestamp>,
"event": <enum>,
"id": <long>,
"versionDate": <timestamp>
}
get
https://api.dotykacka.cz
/v2/clouds/:cloudId/attendances
Get filtered and sorted list of attendances
get
https://api.dotykacka.cz
/v2/clouds/:cloudId/attendances/:attendanceId
Get single attendance
Last modified 8mo ago