This API allows you to retrieve notifications from a user (usermention) or to send them to

End point

The main end point URL is /api/rest/usernotif (alias /api/rest/usermention)

Count unread notifications

Use this end point to find out the number of unread messages, and time since unread:

GET /api/rest/usernotif/unread

(or GET /api/rest/usernotif/count)

Parameters

Get notification messages (Infinite list)

To get unread messages, use this end point:

GET /api/rest/usernotif

Parameters

Get notification messages (Paginated list)

To get unread messages, use this end point:

GET /api/rest/usernotif/list

Parameters

Get message

To get a given message, use this end point:

GET /api/rest/usernotif/{id}

Parameters

Mark read

To mark messages read, use this end point (this mark read all messages until now):

POST /api/rest/usernotif/markread

Parameters

Additional parameters

Availables for get single message or list.

Headers

Coming soon…

Send notification

Coming soon…

API Notifications

Configuration