Time Entries

Get task time entries

Get every time entry logged against a task.

get/time-entry/task/{taskId}

Path parameters

taskIdstring required

Response

List of time entries for the task

idstring required
taskIdstring required
userIdstring nullable required

Null once the user who logged the time has been removed.

descriptionstring nullable required
startTimestring date-time required
endTimestring date-time nullable required

Null while the timer is still running.

durationnumber nullable required

Elapsed seconds, filled in once the entry has an endTime.

createdAtstring date-time required
updatedAtstring date-time required
userNamestring nullable required

Changes