7shifts · Example Payload

7Shifts Shift Example

RestaurantSchedulingWorkforce ManagementEmployee SchedulingTime TrackingHRISLabor

7Shifts Shift 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_idstartendhourly_wagedraftopenstationattendance_statusbreakscreatedmodified

Example Payload

Raw ↑
{
  "id": 12345,
  "user_id": 12345,
  "location_id": 12345,
  "department_id": 12345,
  "role_id": 12345,
  "start": "2026-06-02T14:30:00Z",
  "end": "2026-06-02T14:30:00Z",
  "hourly_wage": 12345,
  "draft": true,
  "open": true,
  "station": "example",
  "attendance_status": "none",
  "breaks": [],
  "created": "2026-06-02T14:30:00Z",
  "modified": "2026-06-02T14:30:00Z"
}