/
US
usekaneo
/
Kaneo API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 41m ago · Updated 6d 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
Organization Management
30
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":"components:responses:createActivity_200_response:content:application/json:schema:properties:createdAt","oasType":"schema","type":"unknown"}
userId
string
nullable
required
content
string
nullable
required
externalUserName
string
nullable
required
externalUserAvatar
string
nullable
required
externalSource
string
nullable
required
externalUrl
string
nullable
required
Changes