Notifications

Get all notifications (admin)

get
Authorizations
AuthorizationstringRequired

JWT token with no expiration

Responses
get
/notifications
200

Notifications retrieved

No content

Create notification (admin)

post
Authorizations
AuthorizationstringRequired

JWT token with no expiration

Responses
chevron-right
201

Notification created

No content

post
/notifications
201

Notification created

No content

Broadcast notification (admin)

post
Authorizations
AuthorizationstringRequired

JWT token with no expiration

Responses
post
/notifications/broadcast
200

Broadcast sent

No content

Get user notifications

get
Authorizations
AuthorizationstringRequired

JWT token with no expiration

Responses
get
/notifications/my-notifications
200

Notifications retrieved

No content

Clear all user notifications

delete
Authorizations
AuthorizationstringRequired

JWT token with no expiration

Responses
delete
/notifications/clear-all
200

Notifications cleared

No content

Get notification by ID

get
Authorizations
AuthorizationstringRequired

JWT token with no expiration

Responses
get
/notifications/{id}
200

Notification retrieved

No content

Delete notification

delete
Authorizations
AuthorizationstringRequired

JWT token with no expiration

Responses
delete
/notifications/{id}
200

Notification deleted

No content

Last updated