/
US
usekaneo
/
Kaneo API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 1w ago
Details
Filter operations
Activity
5
Config
1
GitHub
8
Labels
6
Notifications
5
Projects
5
Search
1
Tasks
13
Time Entries
4
get
/time-entry/task/{taskId}
get
/time-entry/{id}
put
/time-entry/{id}
post
/time-entry
Time Entries
Get all time entries for a specific task
get
/time-entry/task/{taskId}
Path parameters
taskId
string
required
Response
List of time entries for the task
object[]
required
id
string
required
taskId
string
required
userId
string
required
description
string
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:anyOf","oasType":"schema","type":"unknown"}
duration
number
required
{"stackTrail":"paths:/time-entry/task/{taskId}:get:responses:200:content:application/json:schema:items:properties:createdAt","oasType":"schema","type":"unknown"}
Changes