Contents

Count Notification

Returns number of Notifications.

Role

All

Method

GET

URL

/api/v2/notifications/count

Query parameters

Parameter NameTypeDescription
resourceAlreadyReadBooleanThis parameter is optional. Set to false for unread notification count and true for already read notification count.
alreadyReadBooleanThis parameter is optional. Set this parameter to false to get unread notification count since the last time checked by user and true for already read notification count.

Response example

Status Line / Response Header

HTTP/1.1 200 OK
Content-Type:application/json;charset=utf-8

Response Body

{
    "count": 138
}