GET api/notifications/unread

Get ids of Unread Notifications Per User

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Array of unread notifications Ids

Response Formats

application/json, text/json

Sample:
[
  1,
  2
]