BizKitHub
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

Query parameters

· 10
scopestringOptional

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

Exampleexample_scope
memberIdstringOptional
Exampleexample_memberId
fromstringOptional

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

Exampleexample_from
tostringOptional

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

Exampleexample_to
projectIdstringOptional
Exampleexample_projectId
billablestringOptional

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

Exampleexample_billable
writeOffstringOptional

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

Exampleexample_writeOff
invoiceStatusstringOptional

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

Exampleexample_invoiceStatus
pagestringOptional
Exampleexample_page
limitstringOptional
Exampleexample_limit

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

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"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key