get-logged-time-timesheet
Retrieve logged hours organized by person and date for any date range. Optionally filter by person, project, or billable status to view specific timesheet data.
Instructions
Get logged time in timesheet format for a specific date range, organized by person and date
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | Yes | Start date for timesheet (YYYY-MM-DD) | |
| end_date | Yes | End date for timesheet (YYYY-MM-DD) | |
| people_id | No | Filter by person ID | |
| project_id | No | Filter by project ID | |
| billable | No | Filter by billable status (1 = billable, 0 = non-billable) |