get-person-logged-time-summary
Get a person's logged time summary including billable and non-billable hours. Filter by date range, project, or billable status to analyze time allocation.
Instructions
Get logged time summary for a specific person including billable/non-billable hours
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| people_id | Yes | The person ID | |
| start_date | No | Start date for summary (YYYY-MM-DD) | |
| end_date | No | End date for summary (YYYY-MM-DD) | |
| project_id | No | Filter by project ID | |
| billable | No | Filter by billable status (1 = billable, 0 = non-billable) |