Notification
Manage the system notifications
Method & Permission
Notification List
GET
/notifications/notification/list/{level}/{sid}/{serializer}/
Get a list of notifications. You only get the notifications that sent to you.
Path Parameters
Headers
Notification List
POST
/notifications/notification/list/{level}/{sid}/{serializer}/
Create a new notification
Path Parameters
Headers
Request Body
Notification Detail
GET
/notifications/notification/detail/{sid}/
The view of notification will make this notification is_read=True.
Path Parameters
Headers
Notification Detail
PATCH
/notifications/notification/detail/{sid}/
Path Parameters
Headers
Notification Detail
DELETE
/notifications/notification/detail/{sid}/
Path Parameters
Headers
Last updated