Check Who Is Off
Check who's out for the specified period. It will return a date-sorted list of employees who will be out and company holidays for the given period of time.
Parameters
Parameter | Description |
---|---|
End Date | End period date. |
Start Date | Start period date. |
Example Output
{
"calendar": {
"item": [
{
"request": "",
"employee": "John Smith",
"start": "2012-11-16",
"end": "2012-11-17"
},
{
"holiday": "Thanksgiving Day",
"start": "2012-11-22",
"end": "2012-11-22"
}
]
}
}
Workflow Library Example
Check Who is Off with Bamboohr and Send Results Via Email
Preview this Workflow on desktop