get-upcoming-team-holidays
Retrieve upcoming team holidays starting from today. Filter by days ahead, department, region, active status, and paginate results. Plan time off and resource allocation with accurate holiday data.
Instructions
Get team holidays occurring from today onwards
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days_ahead | No | Number of days ahead to look for holidays (default: 30) | |
| department_id | No | Filter by department ID | |
| region_id | No | Filter by region ID | |
| active | No | Filter by active status (0=inactive, 1=active) | |
| page | No | Page number for pagination | |
| per-page | No | Number of items per page (max 200) |