/
US
usekaneo
/
Kaneo API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 7d ago
Details
Filter operations
Activity
5
get
/activity/{taskId}
post
/activity/create
put
/activity/comment
post
/activity/comment
delete
/activity/comment
Columns
5
Config
1
External Links
1
GitHub
8
Invitations
2
Labels
6
Notifications
5
Projects
5
Search
1
Tasks
13
Time Entries
4
Workflow Rules
3
Activity
Create a new activity (system-generated event)
post
/activity/create
Request body
object
required
taskId
string
required
userId
string
required
message
string
required
type
string
required
Response
Activity created successfully
object
required
id
string
required
taskId
string
required
type
'comment'
|
'task'
|
'status_changed'
|
'priority_changed'
|
'unassigned'
|
'assignee_changed'
|
'due_date_changed'
|
'title_changed'
|
'description_changed'
|
'create'
required
{"stackTrail":"paths:/activity/create:post:responses:200:content:application/json:schema:properties:createdAt","oasType":"schema","type":"unknown"}
userId
string
required
content
string
required
externalUserName
string
required
externalUserAvatar
string
required
externalSource
string
required
externalUrl
string
required
Changes