Show timesheet
Timesheets
GET timesheet
Endpoint
GET /api/v1/timesheets/:id
Request
Route
GET /api/v1/timesheets/206
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNjUyIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYwOTUwNDczLCJleHAiOjE3NjM1NDI0NzMsImp0aSI6IjMyZjQ3NDhhLWQ2OGEtNDIwMy05MjAyLTFhZTJhYzg1YWVhMiJ9.B14j6_6RQ0qTMqs3MK4ahpcNEmumueHLcQRm3bWH-WI
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/"70b01281894306d24225fe6db1941bf1"
cache-control: max-age=0, private, must-revalidate
x-request-id: 66bdcf27-7513-4fb5-806a-911c01505e5d
x-runtime: 0.011412
content-length: 643
Body
{
"timesheet": {
"id": 206,
"currency": "GBP",
"date": "2025-10-20",
"job_number": 52941918,
"job_title": "Central Retail Architect",
"payment_state": "pending",
"status": "pending",
"timelog": {
"id": 254,
"amend_status": "original",
"breaks": [
],
"duration": {
"hours": 2
},
"end_at": "2025-10-20T10:54:33.409Z",
"start_at": "2025-10-20T08:54:33.405Z"
},
"timelogs": [
{
"id": 254,
"amend_status": "original",
"breaks": [
],
"duration": {
"hours": 2
},
"end_at": "2025-10-20T10:54:33.409Z",
"start_at": "2025-10-20T08:54:33.405Z",
"timeloged_by": {
"id": 1652,
"admin": false,
"image": null,
"referral_code": "797343",
"title": "Avery Stiedemann"
},
"updated_at": "2025-10-20T08:54:33.410Z"
}
],
"total": "84.6"
}
}