Skip to content
On this page

Adminserver: Notification API

EndpointMethodDescription
/jsonRpc/notification.getNotificationCountsjsonRpcGet notification counts

Get notification counts

Method: jsonRpc

HTTP Method: POST

Path: /jsonRpc/notification.getNotificationCounts

Request:

{ empty }

Response:

{
    "data": {
        "textchat": {
            "count": int
            "time": timestamp
        }
    }
    "error": { "status": bool, "code": int, "message": string }
}