unload

To unload all events from the session, use the events/unload method.

Use this method before calling events/load to load events for a different period.

Endpoint

Copied!
svc=events/unload&params={
	"itemId": <long>
}

Parameters

Parameter Description
itemId Unit ID. Optional. If not specified, events for all units are unloaded.

Response

If the request is completed successfully, an empty response is returned.

Copied!
{ }

Otherwise, an error code is returned.

Error codes

Code Description
1 Invalid or obsolete request SID.
4 Parameter validation error.
7 The event service is unavailable.

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

Report a mistake

Your message was sent. Thank you!

An error occurred while submitting the form