Notification

All the endpoints that can be called on the Notification controller.

All the endpoints require the SETTINGS_CRUD permission.

index

get

Returns all notifications for this user found by UID and marks them all as read.

Authorizations
HTTPRequired
Responses
200

Successful response

application/json
get
/api/v2/notification
200

Successful response

item

get

Returns this specific notification by its ID.

Authorizations
HTTPRequired
Path parameters
idstringRequired
Responses
200

Successful response

application/json
get
/api/v2/notification/{id}
200

Successful response

setIsRead

put

Marks this notification as read.

Authorizations
HTTPRequired
Body
idstringOptional
Responses
200

Successful response

application/json
put
/api/v2/notification/setIsRead
200

Successful response

Last updated