I’m trying to build an application that will allow my employer to create custom time-tracking reports (ie time spent per person, per week, per project). However I’m not sure how to access the individual time entries for each project/item. When accessing “column_values” for the time-tracking column I get the general column information (see below)
“title”: “Time tracking”,
“id”: “time_tracking”,
“additional_info”: null,
“text”: “01:37:52”,
“value”: “{“running”:false,“startDate”:1562870160,“duration”:5872,“changed_at”:“2019-07-11T19:37:52.438Z”}”
However the data I need is the data that populates when looking at the time tracking log as shown below.