list-timeoff
List time off entries from Float with optional filters for person, project, status, and date range. Retrieve time off data by specifying criteria such as person ID, time off type, start/end dates, or status.
Instructions
List all time off entries with optional filtering by person, project, status, and date range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| people_id | No | Filter by person ID | |
| timeoff_type_id | No | Filter by time off type ID | |
| start_date | No | Filter by start date (YYYY-MM-DD) - inclusive | |
| end_date | No | Filter by end date (YYYY-MM-DD) - inclusive | |
| status | No | Filter by status (pending, approved, rejected) | |
| page | No | Page number for pagination | |
| per-page | No | Number of items per page (max 200) |