avl_evts

The avl_evts request returns information about the events that have occurred since the last execution of this request.

Copied!
http://<host>/avl_evts?sid="<text>"

Parameters

NameDescription

sid

Session ID.

Response

Copied!
{
	"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 */
				...	
			}
		}
	]
}
Download PDF file
Download Word document

See also