7shifts · Example Payload

7Shifts Timeoff Example

RestaurantSchedulingWorkforce ManagementEmployee SchedulingTime TrackingHRISLabor

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

Top-level fields

iduser_idstatusfrom_dateto_datepartialcategorycommentscreatedmodified

Example Payload

Raw ↑
{
  "id": 12345,
  "user_id": 12345,
  "status": "pending",
  "from_date": "2026-06-02",
  "to_date": "2026-06-02",
  "partial": true,
  "category": "example",
  "comments": "example",
  "created": "2026-06-02T14:30:00Z",
  "modified": "2026-06-02T14:30:00Z"
}