/
US
usekaneo
/
Kaneo API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2m ago · Updated 7d ago
Details
Filter operations
Activity
5
Columns
5
Config
1
External Links
1
GitHub
8
Invitations
2
Labels
6
Notifications
5
get
List Notifications
post
Create Notification
patch
Mark Notification As Read
patch
Mark All Notifications As Read
delete
Clear All Notifications
Organization Management
30
Projects
5
Search
1
Tasks
13
Time Entries
4
Workflow Rules
3
Notifications
Create Notification
Create a new notification for a user
post
/notification
Request body
object
required
userId
string
required
title
string
required
message
string
required
type
string
required
relatedEntityId
string
relatedEntityType
string
Response
Notification created successfully
object
required
id
string
required
userId
string
required
title
string
required
content
string
required
type
'info'
|
'task_created'
|
'workspace_created'
|
'task_status_changed'
|
'task_assignee_changed'
|
'time_entry_created'
required
isRead
boolean
resourceId
string
resourceType
'task'
|
'workspace'
{"stackTrail":"paths:/notification:post:responses:200:content:application/json:schema:properties:createdAt","oasType":"schema","type":"unknown"}
Changes