Data From Device
1. Connection `PING`
{
"machine": "LT234590POHS", //device UNIQUE Identifier
"type": "connection", //type of Data
"data": {
"last_connected": 20240801123456 //device last online status
}
}2. Verifications at the Device Terminal
{
"machine": "LT234590POHS", //device UNIQUE Identifier
"type": "verification", //type of Data
"data": {
"user_id": 0000121, //Employee ID
"punch_time": 20240801123445 //Time Stamp at which the Employee Punches
}
}3. Enrollments
Last updated