Show timesheet
Timesheets
GET timesheet
Endpoint
GET /api/v1/timesheets/:id
Request
Route
GET /api/v1/timesheets/203
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNjY2Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQ4NTE2NTM1LCJleHAiOjE3NTExMDg1MzUsImp0aSI6IjQ5YTFmODBlLTRiMTYtNDZhYi1hNjkwLTg1NDlkMGU0Zjk1MSJ9.kFDbNHH4fXx5I8SZjboqoV8ROrT1ucNX3CrFutIWJcg
Host: example.org
Cookie:
Query Parameters
{}=
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/"639eb92006cff8d144fce8ba08bdde9d"
cache-control: max-age=0, private, must-revalidate
x-request-id: 4ce95234-05b3-409c-942f-92c8cd1f2606
x-runtime: 0.020715
content-length: 621
Body
{
"timesheet": {
"id": 203,
"date": "2025-05-29",
"job_number": 54843023,
"job_title": "Advertising Manager",
"payment_state": "pending",
"status": "pending",
"timelog": {
"id": 247,
"amend_status": "original",
"breaks": [
],
"duration": {
"hours": 2
},
"end_at": "2025-05-29T13:02:15.259Z",
"start_at": "2025-05-29T11:02:15.255Z"
},
"timelogs": [
{
"id": 247,
"amend_status": "original",
"breaks": [
],
"duration": {
"hours": 2
},
"end_at": "2025-05-29T13:02:15.259Z",
"start_at": "2025-05-29T11:02:15.255Z",
"timeloged_by": {
"id": 1666,
"admin": false,
"image": null,
"referral_code": "052293",
"title": "Lanette McGlynn"
},
"updated_at": "2025-05-29T11:02:15.260Z"
}
],
"total": "111.6"
}
}