{
"code": 200,
"result": "successful",
"data": {
"TimeTracking": {
"id": 123,
"user_id": 0,
"staff_id": 0,
"project_id": 0,
"activity_id": 0,
"date": "2008-12-09",
"time": "8:17",
"notes": "",
"created": "2018-05-10 00:42:00",
"modified": "2018-05-12 13:05:06",
"cost": 12.354,
"currency": "EGP",
"work_order_id": null,
"time_formatted": {
"hours": "1",
"minutes": "30",
"seconds": "0",
"string": "01:30"
}
}
},
"pagination": {
"prev": "/api2/clients/?page=1",
"next": "/api2/clients/?page=3",
"page": 2,
"page_count": 5,
"total_results": 98
}
}