v1
latestOpenAPI 3.1.02026-07-2438302.6 MBGet Job Timelog Summary Details
get/jobs/{job_uid}/timelog_summary
Path parameters
job_uidstring required
Query parameters
filter.job_uidstring
filter.project_uidstring
filter.user_uidstring
filter.from_datestring
filter.to_datestring
filter.only_project_timelogstring
Response
200
Example response
{
"type": "success",
"data": [
{
"job_uid": "081c6ef0-782e-11e8-8aa6-497f7c509174",
"total_time": 815047,
"user": {
"user_uid": "68a51340-406a-11e8-9b20-f325a0565527",
"first_name": "John",
"last_name": "Mathews",
"email": "john@gmail.com",
"home_phone_number": "7397722322",
"designation": "Machanic",
"emp_code": "001",
"work_phone_number": "7397722822",
"profile_picture": "https://i.imgur.com/YmnODol.jpg",
"hourly_labor_charge": 120,
"is_active": true,
"created_at": "2018-04-15T05:04:00.000Z",
"updated_at": "2022-12-22T08:08:09.000Z"
},
"timelogs": [
{
"timelog_uid": "d21bd5ff-b9b6-4461-86f8-cd5e4cd29284",
"job_uid": "081c6ef0-782e-11e8-8aa6-497f7c509174",
"type": "CLOCK_IN",
"checked_time": "2022-03-10T14:30:00.000Z"
}
]
}
]
}