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.eyJzdWIiOiIxNjczIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MjIyLCJleHAiOjE3NTU4NTgyMjIsImp0aSI6ImRmMzQ0MGU4LWJiNzAtNGJmOS04NzE1LTNmMjIwYzNjNWUwMSJ9.JCKyQ2WW5xEx1PZ8H00T4Ou4frF69ddoAUJLzCsDpak
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/"5488de6db4bc7efc820a0f80389d33ca"
cache-control: max-age=0, private, must-revalidate
x-request-id: 4bf9afce-316f-441e-863e-e38195e49413
x-runtime: 0.013831
content-length: 624
Body
{
"timesheet": {
"id": 206,
"date": "2025-07-23",
"job_number": 22660505,
"job_title": "Administration Facilitator",
"payment_state": "pending",
"status": "pending",
"timelog": {
"id": 254,
"amend_status": "original",
"breaks": [
],
"duration": {
"hours": 2
},
"end_at": "2025-07-23T12:23:42.037Z",
"start_at": "2025-07-23T10:23:42.032Z"
},
"timelogs": [
{
"id": 254,
"amend_status": "original",
"breaks": [
],
"duration": {
"hours": 2
},
"end_at": "2025-07-23T12:23:42.037Z",
"start_at": "2025-07-23T10:23:42.032Z",
"timeloged_by": {
"id": 1673,
"admin": false,
"image": null,
"referral_code": "749819",
"title": "Emile Kohler"
},
"updated_at": "2025-07-23T10:23:42.039Z"
}
],
"total": "55.8"
}
}