Freelo Create Work Report
freelo_create_work_reportCreate a work report time entry for a task with task ID, minutes worked, and date. Use after completing work to log timesheet data accurately.
Instructions
Creates a new work report (time entry) for a task. Use after completing work for timesheet entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | Task ID. Get from freelo_get_all_tasks. | |
| reportData | Yes | Work report data |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Work report ID | |
| task | No | Task object (minimal) | |
| user | No | User object | |
| minutes | Yes | Minutes worked | |
| date_add | No | ISO 8601 date-time format (e.g., "2021-10-04T09:32:00+02:00") | |
| project_id | No | Project ID | |
| description | No | Work description | |
| date_reported | Yes | Date of work (YYYY-MM-DD) |