All translations

Enter a message name below to show all available translations.

Message

Found one translation.

NameCurrent message text
 h English (en)Return workload data for units in period of time. Workload for each unit represented as array with work hours
at index 0, confirmed booking hours as load at index 1 and cancelled bookings hours at index 2.Example:
  ['2015-10-21' : {
     5 : [
       10, // working hours
       10, // load hours (confirmed bookings hours)
       0  // cancelled bookings hours
  ] }]