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
apiKeystringRequired
Query parameters
querystring · min: 1OptionalDefault: ""Pattern: ^[0-9a-zA-Z ]+$
itemStartnumberOptionalDefault: 0
itemLimitnumber · max: 99OptionalDefault: 15
Responses
200Success

No content

get
/api/v2/notification
200Success

No content

item

get

Returns this specific notification by its ID.

Authorizations
apiKeystringRequired
Path parameters
idnumberRequired
Responses
200Success

No content

get
/api/v2/notification/{id}
200Success

No content

setIsRead

put

Marks this notification as read.

Authorizations
apiKeystringRequired
Body
idnumberRequired
Responses
200Success

No content

put
/api/v2/notification/setIsRead
200Success

No content

Last updated