avl_evts
The avl_evts request returns information about the events that have occurred since the last execution of this request.
http://<host>/avl_evts?sid="<text>"
Parameters
Name | Description |
---|---|
sid | Session ID. |
Response
{
"tm":<uint>, /* server time */
"events":[ /* events */
{
"i":<long>, /* item ID */
"t":"<text>", /* event type: m - message, u - update, d - delete */
"d":{ /* event description, depends on the event type */
...
}
}
]
}