{
"collection": [
{
"id": 42,
"user_id": 819,
"user_name": "John Smith",
"start_time": "2025-11-17T08:00:00.000Z",
"end_time": "2025-11-17T17:00:00.000Z",
"total_break_minutes": 60,
"total_duration_minutes": 480,
"description": "Monday, 8h",
"payroll_timezone": "Europe/Helsinki",
"reported_at": null,
"entry_type": "regular",
"treat_extra_time_as": "flex",
"automatic": false
}
],
"pagination": {
"current_page": 1,
"total_pages": 1,
"total_count": 1
}
}
| Param name | Description |
|---|---|
|
page
optional |
Page number. Validations:
|
|
per_page
optional |
Number of records per page. Default: 50. Validations:
|
|
date_range
optional |
Get all entries within the specified date range, e.g. Validations:
|
|
user_id
optional |
Get all entries for the specified user. Validations:
|
|
automatic
optional |
Get all automatically/manually created entries. Validations:
|
|
sort_by
optional |
Sort by field. Default: Validations:
|
|
order
optional |
Sorting order (descending or ascending). Default: Validations:
|