get-phases-by-date-range
Retrieve project phases within a specified date range from Float.com. Filter results by project ID or phase status to manage scheduling and resource planning.
Instructions
Get phases that fall within a specific date range
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | Yes | Start date for the range (YYYY-MM-DD) | |
| end_date | Yes | End date for the range (YYYY-MM-DD) | |
| project_id | No | Filter by project ID | |
| status | No | Filter by phase status (0=Draft, 1=Tentative, 2=Confirmed) |