/
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
get
Get Activities
post
Create Activity
put
Update Comment
post
Create Comment
delete
Delete 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 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
nullable
required
content
string
nullable
required
externalUserName
string
nullable
required
externalUserAvatar
string
nullable
required
externalSource
string
nullable
required
externalUrl
string
nullable
required
Changes