list-recurring-team-holidays
Retrieve a list of recurring team holidays with optional filters for department, region, and active status. Use pagination to manage results, up to 200 per page.
Instructions
List all recurring team holidays
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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) |