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 nullable required
descriptionstring nullable required
{"stackTrail":"components:responses:getTaskTimeEntries_200_response:content:application/json:schema:items:properties:startTime","oasType":"schema","type":"unknown"}
{"stackTrail":"components:responses:getTaskTimeEntries_200_response:content:application/json:schema:items:properties:endTime","oasType":"schema","type":"unknown"}
durationnumber nullable required
{"stackTrail":"components:responses:getTaskTimeEntries_200_response:content:application/json:schema:items:properties:createdAt","oasType":"schema","type":"unknown"}

Changes