/
US
usekaneo
/
Kaneo API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 6d ago
Details
Filter operations
Activity
5
Columns
5
Config
1
External Links
1
GitHub
8
Invitations
2
Labels
6
Notifications
5
Organization Management
30
Projects
5
Search
1
Tasks
13
get
/task/tasks/{projectId}
post
/task/{projectId}
get
/task/{id}
put
/task/{id}
delete
/task/{id}
get
/task/export/{projectId}
post
/task/import/{projectId}
put
/task/status/{id}
put
/task/priority/{id}
put
/task/assignee/{id}
put
/task/due-date/{id}
put
/task/title/{id}
put
/task/description/{id}
Time Entries
4
Workflow Rules
3
Tasks
Get a specific task by ID
get
/task/{id}
Path parameters
id
string
required
Response
Task details
object
required
id
string
required
projectId
string
required
position
number
nullable
required
number
number
nullable
required
userId
string
nullable
required
title
string
required
description
string
nullable
required
status
string
required
priority
'no-priority'
|
'low'
|
'medium'
|
'high'
|
'urgent'
required
{"stackTrail":"components:responses:getTask_200_response:content:application/json:schema:properties:dueDate","oasType":"schema","type":"unknown"}
{"stackTrail":"components:responses:getTask_200_response:content:application/json:schema:properties:createdAt","oasType":"schema","type":"unknown"}
Changes