List timesheets
Finance > Timesheets
GET timesheets
Endpoint
GET /api/v1/finance/timesheets
Parameters
| Name | Description |
|---|---|
| by_name | Filter by name |
| from_date | Filter by date |
| to_date | Filter by date |
| by_job | Filter by job ID |
| by_company | Filter by company ID |
Request
Route
GET /api/v1/finance/timesheets
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI1NzgiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NjM2MjYzNzMsImV4cCI6MTc2NjIxODM3MywianRpIjoiNWRhNjA4ODctYTM0OC00NTIyLWEwNzEtY2NmNDdjZDU1NjJlIn0.hW-BMw_TuquF-tqzURnc6zyHsvYv0BEk9ev5AUJm3s0
Host: example.org
Cookie:
Query Parameters
{}=
Body
{
}
Response
Simulated Response
Status
200
Headers
x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
per-page: 20
total: 4
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"665f03e816b06d273295bab9eeec72cd"
cache-control: max-age=0, private, must-revalidate
x-request-id: 3f70ebee-80fa-47a0-b026-c81985afd22b
x-runtime: 0.022469
content-length: 1862
Body
{
"timesheets": [
{
"id": 37,
"company_name": "Stiedemann-Blanda",
"currency": "GBP",
"date": "2025-11-20",
"driver": {
"id": 553,
"financial_company_id": null,
"first_name": "Kimberely",
"last_name": "Dicki",
"profile_id": 221,
"referral_code": "670819"
},
"job_title": "Community-Services Administrator",
"payment_state": "pending",
"state": "pending",
"timelog": {
"id": 55,
"amend_status": "approved",
"breaks": [
],
"duration": {
"hours": 4
},
"end_at": "2025-11-20T12:12:52.643Z",
"start_at": "2025-11-20T08:12:52.637Z"
},
"total": "129.6"
},
{
"id": 38,
"company_name": "Goyette-Crist",
"currency": "GBP",
"date": "2025-11-20",
"driver": {
"id": 555,
"financial_company_id": null,
"first_name": "Deon",
"last_name": "Kemmer",
"profile_id": 222,
"referral_code": "422427"
},
"job_title": "Investor Producer",
"payment_state": "pending",
"state": "pending",
"timelog": {
"id": 56,
"amend_status": "approved",
"breaks": [
],
"duration": {
"hours": 4
},
"end_at": "2025-11-20T12:12:52.711Z",
"start_at": "2025-11-20T08:12:52.707Z"
},
"total": "226.8"
},
{
"id": 42,
"company_name": "Swaniawski LLC",
"currency": "GBP",
"date": "2025-11-20",
"driver": {
"id": 563,
"financial_company_id": null,
"first_name": "Drew",
"last_name": "Wiegand",
"profile_id": 226,
"referral_code": "228930"
},
"job_title": "Human Marketing Agent",
"payment_state": "paid",
"state": "paid",
"timelog": {
"id": 60,
"amend_status": "approved",
"breaks": [
],
"duration": {
"hours": 4
},
"end_at": "2025-11-20T12:12:53.036Z",
"start_at": "2025-11-20T08:12:53.028Z"
},
"total": "309.6"
},
{
"id": 43,
"company_name": "Gutkowski-Cummings",
"currency": "GBP",
"date": "2025-11-20",
"driver": {
"id": 565,
"financial_company_id": null,
"first_name": "Marvis",
"last_name": "Huel",
"profile_id": 227,
"referral_code": "447946"
},
"job_title": "Retail Supervisor",
"payment_state": "paid",
"state": "paid",
"timelog": {
"id": 61,
"amend_status": "approved",
"breaks": [
],
"duration": {
"hours": 4
},
"end_at": "2025-11-20T12:12:53.137Z",
"start_at": "2025-11-20T08:12:53.133Z"
},
"total": "277.2"
}
]
}