Show timesheet
Timesheets
GET timesheet
Endpoint
GET /api/v1/timesheets/:id
Request
Route
GET /api/v1/timesheets/224
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNjk5Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYzNjI2NDA5LCJleHAiOjE3NjYyMTg0MDksImp0aSI6IjQxYWFjZWU3LWI0YTYtNGFlNi05NGVjLTMyYjYzOTYzYjc0MSJ9.KNbizLHFKsRudQz-1x--BZme2l2wbcfvcizIrD_Zs1g
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
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"916e0dc29fc19871df73343780c84460"
cache-control: max-age=0, private, must-revalidate
x-request-id: ce3535ec-d85f-4822-bae1-76b9d25754f8
x-runtime: 0.010888
content-length: 631
Body
{
"timesheet": {
"id": 224,
"currency": "GBP",
"date": "2025-11-20",
"job_number": 58124348,
"job_title": "Lead Orchestrator",
"payment_state": "pending",
"status": "pending",
"timelog": {
"id": 275,
"amend_status": "original",
"breaks": [
],
"duration": {
"hours": 2
},
"end_at": "2025-11-20T10:13:29.413Z",
"start_at": "2025-11-20T08:13:29.409Z"
},
"timelogs": [
{
"id": 275,
"amend_status": "original",
"breaks": [
],
"duration": {
"hours": 2
},
"end_at": "2025-11-20T10:13:29.413Z",
"start_at": "2025-11-20T08:13:29.409Z",
"timeloged_by": {
"id": 1699,
"admin": false,
"image": null,
"referral_code": "283832",
"title": "Beau Muller"
},
"updated_at": "2025-11-20T08:13:29.415Z"
}
],
"total": "37.8"
}
}