DocsAPI ReferenceTime Tracker/bff/time-tracker/list
getTime TrackerAdmin BFF

/bff/time-tracker/list

Paginated list with filters. Personal scope by default; org scope for the team report.

TimeTrackergetBffTime-trackerList

Parameters

10 query

10 total
Query · 10
scopestring

'mine' (default) or 'org' for the agency-wide view.

memberIdstring
fromstring

Inclusive lower bound for work_date (YYYY-MM-DD).

tostring

Inclusive upper bound for work_date (YYYY-MM-DD).

projectIdstring
billablestring

'true' / 'false' — filter by billable flag.

writeOffstring

'true' / 'false' — filter by write_off flag.

invoiceStatusstring

'invoiced' | 'wip' | 'all'.

pagestring
limitstring

Request

GET /bff/time-tracker/list

get
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.

Get API Key