Punch
A punch-in/punch-out time pair representing a work period. Only applicable to time entry sheets with punch time tracking enabled.
Punch-in time in HH:MM format (24-hour)
08:00Punch-in time as Unix timestamp
1730894400Punch-in time in ISO 8601 format
2025-11-04T08:00:00-06:00time_in_location object
Location captured at punch-in time (optional)
coords objectrequired
Geographic coordinates
Latitude in decimal degrees
30.0613632Longitude in decimal degrees
-99.1363072Altitude in meters above sea level (when available).
nullHorizontal accuracy in meters. A geofence can have a minimum required accuracy, but different devices may have different capabilities.
963.78847Additional notes or description for this location. This is only rarely provided / available.
Unix timestamp (milliseconds) when the location was captured
1762542072875Punch-out time in HH:MM format (24-hour). Null for open punches (not yet punched out).
12:00Punch-out time as Unix timestamp
1762279200Punch-out time in ISO 8601 format
2025-11-04T12:00:00-06:00time_out_location object
Location captured at punch-out time (optional)
coords objectrequired
Geographic coordinates
Latitude in decimal degrees
30.0613632Longitude in decimal degrees
-99.1363072Altitude in meters above sea level (when available).
nullHorizontal accuracy in meters. A geofence can have a minimum required accuracy, but different devices may have different capabilities.
963.78847Additional notes or description for this location. This is only rarely provided / available.
Unix timestamp (milliseconds) when the location was captured
1762542072875{
"time_in": "08:00",
"time_in_unix_epoch": 1730894400,
"time_in_ISO_8601": "2025-11-04T08:00:00-06:00",
"time_in_location": {
"coords": {
"latitude": 30.0613632,
"longitude": -99.1363072,
"altitude": null,
"accuracy": 963.78847
},
"notes": "",
"timestamp": 1762542072875
},
"time_out": "12:00",
"time_out_unix_epoch": 1762279200,
"time_out_ISO_8601": "2025-11-04T12:00:00-06:00",
"time_out_location": {
"coords": {
"latitude": 30.0613632,
"longitude": -99.1363072,
"altitude": null,
"accuracy": 963.78847
},
"notes": "",
"timestamp": 1762542072875
}
}