7shifts · Example Payload

7Shifts Timepunch Example

RestaurantSchedulingWorkforce ManagementEmployee SchedulingTime TrackingHRISLabor

7Shifts Timepunch Example is an example object payload from 7shifts, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

iduser_idlocation_iddepartment_idrole_idclocked_inclocked_outapprovedhourly_wagetipsauto_clocked_outdeletedbreakscreatedmodified

Example Payload

Raw ↑
{
  "id": 12345,
  "user_id": 12345,
  "location_id": 12345,
  "department_id": 12345,
  "role_id": 12345,
  "clocked_in": "2026-06-02T14:30:00Z",
  "clocked_out": "2026-06-02T14:30:00Z",
  "approved": true,
  "hourly_wage": 12345,
  "tips": 12345,
  "auto_clocked_out": true,
  "deleted": true,
  "breaks": [],
  "created": "2026-06-02T14:30:00Z",
  "modified": "2026-06-02T14:30:00Z"
}