This is the main resources for the labor management. The labor management APIs deal with two important aspects of time management:

  • Working hours: Represent the working hours of your employees
  • Personal Working Hours: Represents the personal work hours of the employees
GET /api/v2/labor/?format=api
HTTP 200 OK Vary: Accept Content-Type: text/html; charset=utf-8 Allow: GET, HEAD, OPTIONS
{ "resources": { "personalWorkingHour": { "uri": "https://work.bornemann.net/api/v2/labor/personal_working_hour/", "description": "Manager personal working hours for your employees" }, "workingHour": { "uri": "https://work.bornemann.net/api/v2/labor/working_hour/", "description": "Manage working hours for your drivers." } } }