list_assignments
Retrieve scheduled assignments by specifying a date range. Optionally filter by project or person.
Instructions
List scheduled assignments in Forecast within a date range.
Args:
start_date: Start of date range (YYYY-MM-DD). Required.
end_date: End of date range (YYYY-MM-DD). Required.
project_id: Filter to assignments for a specific project.
person_id: Filter to assignments for a specific person.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | Yes | ||
| person_id | No | ||
| project_id | No | ||
| start_date | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |