Time-off requests
bamboohr_time_off_requestsFind time-off requests within a date range, filtered by employee, status, or time-off type, using only data visible to the API key owner.
Instructions
List time-off requests overlapping a date range, optionally filtered by employee, status and time-off type. Results are limited to employees the API key's owner may see in BambooHR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | Range end, YYYY-MM-DD. | |
| start | Yes | Range start, YYYY-MM-DD. | |
| status | No | Limit to these statuses. Default: all. | |
| employeeId | No | Limit to one employee. | |
| timeOffTypeId | No | Limit to one time-off type id (see bamboohr_list_time_off_types). |