time_tracking.read scope. Callers without the Edit all timesheets permission can only retrieve their own entries.curl --location '/time_tracking/1' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Content-Type: application/json'{
"code": 200,
"result": "successful",
"data": {
"TimeTracking": {
"id": 123,
"staff_id": 0,
"project_id": 12,
"activity_id": 3,
"date": "2008-12-09",
"time": 8.5,
"time_formatted": {
"hours": 1,
"minutes": 30,
"seconds": 0,
"string": "01:30"
},
"notes": "",
"cost": 12.354,
"currency": "EGP",
"hourly_rate": 15,
"work_order_id": null,
"site_id": 0,
"branch_id": 0,
"created": "2018-05-10 00:42:00",
"modified": "2018-05-12 13:05:06"
}
}
}