Time Entries

Get a specific time entry by ID

get/time-entry/{id}

Path parameters

idstring required

Response

Time entry details

idstring required
taskIdstring required
userIdstring nullable required
descriptionstring nullable required
{"stackTrail":"components:responses:getTimeEntry_200_response:content:application/json:schema:properties:startTime","oasType":"schema","type":"unknown"}
{"stackTrail":"components:responses:getTimeEntry_200_response:content:application/json:schema:properties:endTime","oasType":"schema","type":"unknown"}
durationnumber nullable required
{"stackTrail":"components:responses:getTimeEntry_200_response:content:application/json:schema:properties:createdAt","oasType":"schema","type":"unknown"}

Changes