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 */
				...	
			}
		}
	]
}

If you find a mistake in the text, please select it and press Ctrl+Enter.

Your message was sent. Thank you!

Report a mistake

An error occurred while submitting the form

Download PDF file
Download Word document

See also