Adminserver: Notification API
| Endpoint | Method | Description |
|---|---|---|
| /jsonRpc/notification.getNotificationCounts | jsonRpc | Get 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 }
}