Skip to main content
GET
Get Worker Time Tracking Summary
This endpoint returns a weekly breakdown of a worker’s time tracking data for the pay period containing the specified date. The response includes daily punch records, per-day stats (regular, overtime, and double-time hours), and aggregated week_stats and pay_period_stats summaries.
The week object uses dynamic YYYY-MM-DD date keys — one entry per day in the week. Use the keyArray field to iterate over days in order.

Authorizations

X-API-KEY
string
header
required

Query Parameters

worker_uuid
string
required

Worker UUID

Required string length: 10
Pattern: ^[a-zA-Z0-9]+$
date
string<date>
required

Date

Pattern: ^\d{4}-\d{2}-\d{2}$
Example:

"2020-12-20"

Response

OK

weeks
object[]
pay_period_stats
ExtendedTimeTrackingStats · object
start
string
start_basic
string<date>
Example:

"YYYY-MM-DD"

end
string
end_basic
string<date>
Example:

"YYYY-MM-DD"