List time & attendance batches for the current company.
Access: managers and accountants.
{
"collection": [
{
"id": 42,
"company_id": 7,
"work_time_group_id": 3,
"period_start": "2026-04-01",
"period_end": "2026-04-30",
"state": "reviewing",
"created_at": "2026-05-01T08:30:00.000Z",
"updated_at": "2026-05-01T08:30:05.000Z"
}
],
"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:
|
|
work_time_group_id
optional |
Filter by work time group ID. Validations:
|
|
state
optional |
Filter by state. Validations:
|
|
start_date
optional |
Filter by exact period start date, e.g. Validations:
|
|
end_date
optional |
Filter by exact period end date, e.g. Validations:
|
|
date_range
optional |
Filter by overlap with a date range. Format: Validations:
|
|
sort_by
optional |
Sort by field. Default: Validations:
|
|
order
optional |
Sorting order. Default: Validations:
|