Skip to content

List Manual Timesheet Logs

Auth required
GET/v1/manual_timesheet_reports/

Manually-added timesheet entries, grouped by user then by date (date DESC, entries within a date sorted by start time DESC).

user_id and team_id are mutually exclusive — passing both returns 400. Unknown team_id returns 404. Cap: max 500 log entries per user per page; exceeding returns 400. Date range max: 31 days. Offset pagination: default limit 20, max 20.

Parameters

Range start (YYYY-MM-DD)

Range end (YYYY-MM-DD, inclusive, max 31-day span)

IANA timezone string; overrides organization timezone for day boundaries

Filter to a specific user (zero UUID treated as absent)

Filter to members of a specific team (zero UUID treated as absent). Returns 404 when the team does not exist in the organization, except on GET /v1/clockinouts/ (200 with empty results — clockinout builds its membership roster first, so "no members match" is a valid empty state rather than a lookup failure).

Page number (1-based)

Items per page (max 20)