v1
latestOpenAPI 3.1.02026-07-2438302.6 MBGet Job Timelog Summary
get/jobs/timelog_summary
Query parameters
sort'ASC' | 'DESC'
sort_bystring
pageinteger
limitinteger
filter.clocked_in_time_fromstring
filter.clocked_in_time_tostring
filter.clocked_out_time_from clocked_out_time_fromstring
filter.clocked_out_time_from clocked_out_time_tostring
filter.job_uidstring
filter.project_uidstring
filter.user_uidstring
filter.team_uidstring
Response
200
Example response
{
"type": "success",
"data": [
{
"timelog_summary_uid": "8eea5f4f-2169-44be-86e7-f3c0fc910d1a",
"clock_in_time": "2022-03-10T14:30:00.000Z",
"clock_out_time": "2023-09-27T14:37:24.000Z",
"hourly_charge": 120,
"time_spent": 815047,
"amount_earned": 1630090,
"created_at": "2023-09-27T14:37:24.000Z",
"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"
},
"job": {
"work_order_number": 48,
"job_category": {
"category_name": "Sunpack",
"category_uid": "231b6b80-3660-11e8-a317-6bdec781a8de",
"is_deleted": true,
"estimated_duration": {
"hours": 2,
"minutes": 10
}
},
"job_uid": "081c6ef0-782e-11e8-8aa6-497f7c509174",
"job_title": "Test Job",
"job_priority": "LOW",
"current_job_status": {
"status_uid": "b68c1334-432e-11e8-97d5-718f0c3d966f",
"status_name": "Completed",
"status_type": "COMPLETED"
}
}
}
],
"total_records": 6,
"total_pages": 1,
"current_page": 1
}