get https://api.bamboohr.com/api/gateway.php//v1/time_off/whos_out/
This endpoint will return a list, sorted by date, of employees who will be out, and company holidays, for a period of time.
Sample Response
<calendar>
<item type="timeOff">
<request id="559"/>
<employee id="1608">John Smith</employee>
<start>2012-11-16</start>
<end>2012-11-17</end>
</item>
<item type="holiday">
<holiday id="35">Thanksgiving Day</holiday>
<start>2012-11-22</start>
<end>2012-11-22</end>
</item>
</calendar>
Parameters
start (optional) - a date in the form YYYY-MM-DD - defaults to the current date.
end (optional) - a date in the form YYYY-MM-DD - defaults to 14 days from the start date.
Notes
The results may contain time off elements for which the API user cannot request details.
The dates are specified in the form YYYY-MM-DD.