Time Entries

Get Time Entry

Get a specific time entry by ID

get/time-entry/{id}

Path parameters

idstring required

Response

Time entry details

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

Changes