/bff/time-tracker/list
Paginated list with filters. Personal scope by default; org scope for the team report.
TimeTrackergetBffTime-trackerList
Parameters
10 query
Query · 10
scopestring'mine' (default) or 'org' for the agency-wide view.
memberIdstringfromstringInclusive lower bound for work_date (YYYY-MM-DD).
tostringInclusive upper bound for work_date (YYYY-MM-DD).
projectIdstringbillablestring'true' / 'false' — filter by billable flag.
writeOffstring'true' / 'false' — filter by write_off flag.
invoiceStatusstring'invoiced' | 'wip' | 'all'.
pagestringlimitstringRequest
GET /bff/time-tracker/list
curl -X GET "https://api.bizkithub.com/bff/time-tracker/list?scope=example_scope&memberId=example_memberId&from=example_from&to=example_to&projectId=example_projectId&billable=example_billable&writeOff=example_writeOff&invoiceStatus=example_invoiceStatus&page=example_page&limit=example_limit" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.