~~NOTRANS~~ ====== Target hours ====== ===== GET ===== ==== Get target hours for a member of staff for today [From X2 16320] ==== ''/rest/target_hours/staff/__4__'' * Get for staff ID 4 == Example result == 8 false true 2018-07-11 Nota bene: * Public/bank holidays **are** already deducted from the ''target_hours'' in the response * Vacations **are not** deducted from the ''target_hours'' in the response. Please use ''has_vacation'' to recognize days where the member of staff is on vacation. ==== Get target hours for a member of staff for a defined date [From X2 16320] ==== ''/rest/target_hours/staff/__4__/__2018/7/1__'' * Get for staff ID 4 * Get for 2018/Jul/01 == Same result as above ==