Time Entries

Get Task Time Entries

Get all time entries for a specific task

get/time-entry/task/{taskId}

Path parameters

taskIdstring required

Response

List of time entries for the task

idstring required
taskIdstring required
userIdstring required
descriptionstring required
{"stackTrail":"paths:/time-entry/task/{taskId}:get:responses:200:content:application/json:schema:items:properties:startTime","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/time-entry/task/{taskId}:get:responses:200:content:application/json:schema:items:properties:endTime","oasType":"schema","type":"unknown"}
durationnumber required
{"stackTrail":"paths:/time-entry/task/{taskId}:get:responses:200:content:application/json:schema:items:properties:createdAt","oasType":"schema","type":"unknown"}

Changes