List time entries for a task
Returns time-tracking entries for a specific task — time logged by users on that task. Supply the task ID. Use this to report on hours per task, billable time, or to sync time data to payroll or project costing systems.
SELECT * FROM TimeTrackingEntries WITH(TaskId=1207150837043133)