v1
latestOpenAPI 3.1.1LicenseRef-Proprietary2026-07-1310179223.1 KBTimesheets
Get Team Timesheets
List timesheet weeks across the team, grouped by user.
get/timesheets
Query parameters
weekIdnumber
Example:2535
Week ID
limitinteger
Example:10
Maximum number of timesheets to return.
Response
OK
Example response
[
{
"id": 148562535,
"week": {
"id": 2535,
"from": "2025-08-25",
"to": "2025-08-31",
"beginningOfWeek": 1
},
"user": 14856,
"tasks": [
{
"id": "ev:9876543210",
"name": "Task Name",
"projects": [
"ev:1234567890"
],
"section": 1234,
"labels": [
"high",
"bug"
],
"position": 1,
"dueAt": "2018-03-05 16:00:00",
"status": "open",
"time": {
"total": 7200,
"users": {
"1304": 3600,
"1543": 3600
}
},
"estimate": {
"total": 7200,
"type": "overall",
"users": {
"1304": 3600,
"1543": 3600
}
},
"attributes": {
"Client": "Everhour",
"Priority": "high"
},
"metrics": {
"efforts": 42,
"expenses": 199
}
}
],
"dailyTime": [
{
"date": "25-08-2025",
"time": 18000,
"timeWithoutTask": 7200,
"user": 14856
}
],
"taskTime": [
{
"total": 7200,
"users": {
"1304": 3600,
"1543": 3600
}
}
],
"approval": {
"id": 148562535,
"user": 14856,
"weekId": 2535,
"reviewer": 14854,
"history": [
{
"action": "submitted",
"days": {
"monday": true,
"tuesday": true,
"wednesday": true,
"thursday": true,
"friday": true
},
"user": 2535,
"comment": "some text",
"createdAt": "2025-08-05 16:17:14"
}
]
},
"timecards": [
{
"user": 69,
"clockIn": "09:00",
"clockOut": "18:00",
"breakTime": 3600,
"workTime": 28800,
"history": [
{
"action": "clock-in",
"previousTime": "08:00",
"time": "09:00",
"trigger": "manually"
}
]
}
],
"timeOffAssignments": [
{
"days": 10,
"endDate": "2019-02-01",
"id": 41827,
"startDate": "2019-01-21",
"type": "time-off",
"user": 79786,
"timeOffPeriod": "full-day",
"reviewer": 79786,
"attachments": [
{
"id": 514,
"name": "avatar.jpg",
"token": "9a04b8a1fb99cbfadf3386ad6a338c14"
}
]
}
]
}
]