v2
latestOpenAPI 3.0.12026-07-31690160432.4 KBGet global timesheet report
Fetches a paginated global timesheet report grouped by PROJECT or MEMBER. Returns hierarchical data: when grouped by PROJECT -> members -> tasks; when grouped by MEMBER -> projects -> tasks. Includes billable/non-billable time, total time, and billable cost for each level.
Query parameters
Group results by PROJECT or MEMBER
Start date filter (ISO format: yyyy-MM-dd)
End date filter (ISO format: yyyy-MM-dd)
Page number (zero-based)
Page size
JSON filter criteria. Supported fields: member, project, space, customer, status (IS/ISNOT with id list); billable (IS/ISNOT with boolean value, e.g. true for billable only, false for non-billable only); timeMode (selects which timestamp the date range and ordering target — allowed values: STARTED_TIME (default) or CREATED_TIME). Example: {"filters":[{"field":"member","condition":"IS","value":[1,2]},{"field":"billable","condition":"IS","value":true},{"field":"timeMode","value":"CREATED_TIME"}],"operator":"AND"}
Column to sort task rows by. Defaults to the legacy most-recently-active ordering when omitted.
Sort direction; only honoured when sortProperty is provided.
Headers
Organization ID (in header)
Response
Global timesheet report fetched successfully