Work time entries
fortytimer_list_time_entriesList a user's work time entries within a specified date range, paginated 50 per page, with minute-exact duration values.
Instructions
Work time entries of a user within a date range (default: last 30 days, max. 366 days), paginated with 50 entries per page. Durations are provided as exact integer minutes (worked_minutes, total_worked_minutes) together with preformatted hours:minutes strings (*_formatted); these minute-exact fields are the authoritative values, decimal hour sums would introduce rounding errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Result page (50 entries per page) | |
| date_to | No | To date in YYYY-MM-DD format | |
| user_id | No | User ID (from fortytimer_list_users). Omitted: the token owner. Visibility is enforced server-side (admin: all users, supervisor: own approver groups, employee: self only). | |
| date_from | No | From date in YYYY-MM-DD format |