list-team-holidays-by-department
Retrieve team holidays filtered by department, with options to narrow by date range, active status, and pagination. Ideal for viewing specific department leave schedules.
Instructions
List team holidays filtered by specific department
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| department_id | Yes | Department ID to filter holidays | |
| start_date | No | Filter holidays starting from this date (YYYY-MM-DD) | |
| end_date | No | Filter holidays ending before this date (YYYY-MM-DD) | |
| 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) |