Is it possible to send events from a third party system into the milestone VMS system? Is this done via the API? if so do you have the documentation that has an example of this?
Please explore following samples.
Protocol integration - Analytics Event Trigger via XML sample demonstrates how to submit an Analytics Event to the Event Server.
Component integration - Analytics Event Trigger via library sample demonstrates how to submit an Analytics Event to the Milestone XProtect Event Server using the .NET library.
RestAPI is currently only for working with configuration. (In future versions Milestone will extend the RestAPI functionality).
@Rie Kiuchi (Milestone Systems)
I thought that RestAPI does work for event triggers? https://github.com/milestonesys/mipsdk-samples-protocol/blob/main/EventsRestApiPython/events_rest_api.py
That is correct, I am sorry I overlooked it - RESTful Events API - Python