Get a list of Who's 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.

Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!