/
US
usekaneo
/
Kaneo API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 36m ago · Updated 7d ago
Details
Filter operations
Activity
5
get
Get Activities
post
Create Activity
put
Update Comment
post
Create Comment
delete
Delete Comment
Assets
1
Authentication
3
Columns
5
Comments
4
Config
1
Discord
4
External Links
1
Generic Webhook
4
Gitea
7
GitHub
8
Instance
1
Invitations
2
Labels
8
Notification Preferences
4
Notifications
5
Organization Management
35
Projects
7
Search
1
Slack
4
Task Relations
3
Tasks
17
Telegram
4
Time Entries
4
Workflow Rules
3
Workspaces
1
Activity
Get Activities
Get all activities for a specific task
get
/activity/{taskId}
Path parameters
taskId
string
required
Response
List of activities for the task
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
createdAt
string
date-time
required
userId
string
nullable
required
content
string
nullable
required
eventData
object
nullable
required
externalUserName
string
nullable
required
externalUserAvatar
string
nullable
required
externalSource
string
nullable
required
externalUrl
string
nullable
required
Changes