7shifts · Example Payload

7Shifts Role Example

RestaurantSchedulingWorkforce ManagementEmployee SchedulingTime TrackingHRISLabor

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

Top-level fields

iddepartment_idlocation_idnamecolorsortcreatedmodified

Example Payload

Raw ↑
{
  "id": 12345,
  "department_id": 12345,
  "location_id": 12345,
  "name": "example",
  "color": "example",
  "sort": 12345,
  "created": "2026-06-02T14:30:00Z",
  "modified": "2026-06-02T14:30:00Z"
}